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.
1 parent c581051 commit c5b3637Copy full SHA for c5b3637
tox.ini
@@ -27,5 +27,6 @@ commands=
27
[testenv:docs]
28
description = Build documentation
29
deps = -r{toxinidir}/docs/requirements.txt
30
+skip_install = True
31
commands =
- sphinx-build -E -W -d docs/build/doctrees -b html docs docs/build/html
32
+ sphinx-build -T -E -W --keep-going {tty:--color} -j auto -d docs/build/doctrees -b html docs docs/build/html
0 commit comments