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 <[email protected]>
1 parent 72bb243 commit 109d809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
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)