summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-01-28 21:09:40 +0000
committerStephen Finucane <stephen@that.guru>2019-01-29 09:35:08 +0000
commit4031719e10b7d979e59303f0f9335c60e0c98af3 (patch)
tree52fa7ca21697a05aa779ae2def2beb857a24cb19 /tox.ini
parentb1fe2318882ed5fc9fea4cd1b9ef9039ba7c2212 (diff)
downloadpatchwork-4031719e10b7d979e59303f0f9335c60e0c98af3.tar
patchwork-4031719e10b7d979e59303f0f9335c60e0c98af3.tar.gz
tox: Use 'dirhtml' builder for docs
This is what we use for 'patchwork.readthedocs.io'. 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 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