Skip to content

Commit 097841d

Browse files
committed
Run sphinx-build with the default verbosity level
1 parent 38645de commit 097841d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build_docs.py

Lines changed: 0 additions & 1 deletion
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)