tox builds docs in place

This commit is contained in:
David Lord 2024-04-06 16:41:41 -07:00
parent a13b8185e4
commit 2439bdba75
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -32,4 +32,4 @@ commands = mypy
[testenv:docs] [testenv:docs]
deps = -r requirements/docs.txt 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