Skip to content

Commit c86b16b

Browse files
committed
tox: Always recreate docs
The reno extension doesn't seem to trigger an environment rebuild. Force this. Signed-off-by: Stephen Finucane <[email protected]>
1 parent 1f64307 commit c86b16b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ exclude = ./patchwork/migrations
5151
deps =
5252
-r{toxinidir}/docs/requirements.txt
5353
commands =
54-
sphinx-build -W -b html docs docs/_build/html
54+
sphinx-build -E -W -b html docs docs/_build/html
5555

5656
[testenv:lint]
5757
basepython = python2.7

0 commit comments

Comments
 (0)