From 4031719e10b7d979e59303f0f9335c60e0c98af3 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Mon, 28 Jan 2019 21:09:40 +0000 Subject: tox: Use 'dirhtml' builder for docs This is what we use for 'patchwork.readthedocs.io'. Signed-off-by: Stephen Finucane --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 66c1921..78b57f7 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 -- cgit v1.2.3