Skip to content

Commit

Permalink
Run sphinx-build with the default verbosity level (#212)
Browse files Browse the repository at this point in the history
This lets us see which steps are taking more time in sphinx.

Quiet mode was originally added in 8d82617.
  • Loading branch information
AA-Turner authored Oct 2, 2024
1 parent a1c7fb8 commit 566ca52
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 566ca52

Please sign in to comment.