We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe6e4fb + 85521e7 commit 9884f77Copy full SHA for 9884f77
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