We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a38fb commit 85521e7Copy full SHA for 85521e7
1 file changed
tox.ini
@@ -33,6 +33,7 @@ deps =
33
basepython =
34
python2.7
35
commands =
36
+ python -c "import shutil; shutil.rmtree('docs/_build')"
37
sphinx-build -W -b html -d docs/_build/doctrees docs docs/_build/html
38
deps =
39
Sphinx
0 commit comments