summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-05-04 19:27:05 +0100
committerStephen Finucane <stephen@that.guru>2017-05-04 19:27:05 +0100
commitc86b16bea605939b64deffa81a4f8ed2511f9c7e (patch)
treeb5534d170ae29d158aab4358078f8c96c522c6d5 /tox.ini
parent1f643074503b9ca5cad12c0cd880a187425def18 (diff)
downloadpatchwork-c86b16bea605939b64deffa81a4f8ed2511f9c7e.tar
patchwork-c86b16bea605939b64deffa81a4f8ed2511f9c7e.tar.gz
tox: Always recreate docs
The reno extension doesn't seem to trigger an environment rebuild. Force this. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3da222c..90f177a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -51,7 +51,7 @@ exclude = ./patchwork/migrations
deps =
-r{toxinidir}/docs/requirements.txt
commands =
- sphinx-build -W -b html docs docs/_build/html
+ sphinx-build -E -W -b html docs docs/_build/html
[testenv:lint]
basepython = python2.7