From c86b16bea605939b64deffa81a4f8ed2511f9c7e Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Thu, 4 May 2017 19:27:05 +0100 Subject: [PATCH] tox: Always recreate docs The reno extension doesn't seem to trigger an environment rebuild. Force this. Signed-off-by: Stephen Finucane --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3