build docs from scratch each test

This commit is contained in:
David Lord 2024-04-08 15:28:57 -07:00
parent 346d1abaff
commit f958b6500b
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8

View file

@ -32,7 +32,7 @@ commands = mypy
[testenv:docs]
deps = -r requirements/docs.txt
commands = sphinx-build -W -b dirhtml docs docs/_build/dirhtml
commands = sphinx-build -E -W -b dirhtml docs docs/_build/dirhtml
[testenv:update-requirements]
deps =