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:
3
tox.ini
3
tox.ini
@@ -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
|
||||
|
Reference in New Issue
Block a user