Skip to content

Commit 109d809

Browse files
committed
tox: Silence docs build
* Add "--quiet" to the docs build: otherwise it drowns out everything else when running "tox" * switch other short arguments to long ones as well for clarity Signed-off-by: Jussi Kukkonen <jkukkonen@google.com>
1 parent 72bb243 commit 109d809

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ deps =
5454
-r{toxinidir}/requirements/docs.txt
5555

5656
commands =
57-
sphinx-build -b html docs docs/build/html -W
57+
sphinx-build --fail-on-warning --quiet --builder html docs docs/build/html

0 commit comments

Comments
 (0)