From: Stephen Finucane Date: Mon, 28 Jan 2019 21:09:40 +0000 (+0000) Subject: tox: Use 'dirhtml' builder for docs X-Git-Tag: v2.2.0-rc1~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4031719e10b7d979e59303f0f9335c60e0c98af3;p=thirdparty%2Fpatchwork.git tox: Use 'dirhtml' builder for docs This is what we use for 'patchwork.readthedocs.io'. Signed-off-by: Stephen Finucane --- diff --git a/tox.ini b/tox.ini index 66c19214..78b57f78 100644 --- a/tox.ini +++ b/tox.ini @@ -55,7 +55,7 @@ exclude = ./patchwork/migrations deps = -r{toxinidir}/docs/requirements.txt commands = - sphinx-build -E -W -b html -d docs/_build/doctrees docs docs/_build/html + sphinx-build -E -W -b dirhtml -d docs/_build/doctrees docs docs/_build/html [testenv:lint] basepython = python2.7