Sphinx 1.8 has a change in where it places 'doctree' directories. Rather
than ignore this directory via gitignore, specify where this directory
should go. This will ensure future changes in Sphinx's behavior won't
affect us.
Signed-off-by: Stephen Finucane <stephen@that.guru>
deps =
-r{toxinidir}/docs/requirements.txt
commands =
- sphinx-build -E -W -b html docs docs/_build/html
+ sphinx-build -E -W -b html -d docs/_build/doctrees docs docs/_build/html
[testenv:lint]
basepython = python2.7