Skip to content

Commit

Permalink
Update tox configuration to match RTD docs build
Browse files Browse the repository at this point in the history
Keep the build type as html, though, for easier local navigation.
  • Loading branch information
samdoran committed Oct 28, 2021
1 parent c581051 commit f663c96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -27,5 +27,6 @@ commands=
[testenv:docs]
description = Build documentation
deps = -r{toxinidir}/docs/requirements.txt
skip_install = True
commands =
sphinx-build -E -W -d docs/build/doctrees -b html docs docs/build/html
sphinx-build -T -E -W --keep-going {tty:--color} -d docs/build/doctrees -b html docs docs/build/html

0 comments on commit f663c96

Please sign in to comment.