diff options
author | Stephen Finucane <stephen@that.guru> | 2019-01-28 21:09:40 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2019-01-29 09:35:08 +0000 |
commit | 4031719e10b7d979e59303f0f9335c60e0c98af3 (patch) | |
tree | 52fa7ca21697a05aa779ae2def2beb857a24cb19 | |
parent | b1fe2318882ed5fc9fea4cd1b9ef9039ba7c2212 (diff) | |
download | patchwork-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>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |