Skip to content

Commit

Permalink
Merge pull request #283 from tseaver/tox_rebuild_docs_from_scratch
Browse files Browse the repository at this point in the history
Make 'tox -e docs' rebulid docs from scratch.
  • Loading branch information
silvolu committed Oct 22, 2014
2 parents fe6e4fb + 85521e7 commit 9884f77
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 9884f77

Please sign in to comment.