tox builds docs in place
This commit is contained in:
parent
a13b8185e4
commit
2439bdba75
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -32,4 +32,4 @@ commands = mypy
|
|||
|
||||
[testenv:docs]
|
||||
deps = -r requirements/docs.txt
|
||||
commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
|
||||
commands = sphinx-build -W -b dirhtml docs docs/_build/dirhtml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue