Skip to content

Commit

Permalink
Make 'tox -e docs' rebulid docs from scratch.
Browse files Browse the repository at this point in the history
Avoid make-like optimizations which can get out of sync after git operations.
  • Loading branch information
tseaver committed Oct 22, 2014
1 parent c2a38fb commit 85521e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ deps =
basepython =
python2.7
commands =
python -c "import shutil; shutil.rmtree('docs/_build')"
sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html
deps =
Sphinx
Expand Down

0 comments on commit 85521e7

Please sign in to comment.