Skip to content

Commit c5b3637

Browse files
committed
Update tox configuration to match RTD docs build
Keep the build type as html, though, for easier local navigation.
1 parent c581051 commit c5b3637

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,6 @@ commands=
2727
[testenv:docs]
2828
description = Build documentation
2929
deps = -r{toxinidir}/docs/requirements.txt
30+
skip_install = True
3031
commands =
31-
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

Comments
 (0)