We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
sphinx-build
1 parent a1c7fb8 commit 566ca52Copy full SHA for 566ca52
build_docs.py
@@ -704,7 +704,6 @@ def build(self):
704
logging.info("Build start.")
705
start_time = perf_counter()
706
sphinxopts = list(self.language.sphinxopts)
707
- sphinxopts.extend(["-q"])
708
if self.language.tag != "en":
709
locale_dirs = self.build_root / self.version.name / "locale"
710
sphinxopts.extend(
0 commit comments