Stop removing the docs build dir manually but instead build the docs everytime new, and be "nit-picky" about it.

This commit is contained in:
Jannis Leidel
2012-03-18 00:26:45 +01:00
parent c36d6937f6
commit bf2f7deaaa

View File

@@ -23,8 +23,7 @@ deps =
Sphinx
Django==1.3.1
commands =
rm -rf docs/_build
{envbindir}/sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
{envbindir}/sphinx-build -a -n -b html -d docs/_build/doctrees docs docs/_build/html
[testenv:py25-1.2.X]
basepython = python2.5