From: Stephen Finucane Date: Thu, 4 May 2017 18:27:05 +0000 (+0100) Subject: tox: Always recreate docs X-Git-Tag: v2.0.0-rc1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c86b16bea605939b64deffa81a4f8ed2511f9c7e;p=thirdparty%2Fpatchwork.git tox: Always recreate docs The reno extension doesn't seem to trigger an environment rebuild. Force this. Signed-off-by: Stephen Finucane --- diff --git a/tox.ini b/tox.ini index 3da222c2..90f177a8 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