summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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