Skip to content

Commit

Permalink
build docs from scratch each test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 8, 2024
1 parent 346d1ab commit f958b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit f958b65

Please sign in to comment.