From 566ca52820fc47b4dd4eb2ba28ecde449a488bec Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 3 Oct 2024 00:13:25 +0100 Subject: [PATCH] Run ``sphinx-build`` with the default verbosity level (#212) This lets us see which steps are taking more time in sphinx. Quiet mode was originally added in 8d82617d78e25448b379003a811629b7329209b1. --- build_docs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/build_docs.py b/build_docs.py index 5d3ed4d..27fee1e 100755 --- a/build_docs.py +++ b/build_docs.py @@ -704,7 +704,6 @@ def build(self): logging.info("Build start.") start_time = perf_counter() sphinxopts = list(self.language.sphinxopts) - sphinxopts.extend(["-q"]) if self.language.tag != "en": locale_dirs = self.build_root / self.version.name / "locale" sphinxopts.extend(