Skip to content

Commit 566ca52

Browse files
authored
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 8d82617.
1 parent a1c7fb8 commit 566ca52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_docs.py

-1
Original file line numberDiff line numberDiff line change
@@ -704,7 +704,6 @@ def build(self):
704704
logging.info("Build start.")
705705
start_time = perf_counter()
706706
sphinxopts = list(self.language.sphinxopts)
707-
sphinxopts.extend(["-q"])
708707
if self.language.tag != "en":
709708
locale_dirs = self.build_root / self.version.name / "locale"
710709
sphinxopts.extend(

0 commit comments

Comments
 (0)