Clean docs/build before building docs

Change-Id: Ie11beb3ba9c7d726e4f3cfdaed94d23118b757f4
This commit is contained in:
Tom Barron 2017-03-03 14:06:31 -05:00
parent eb4b7e77ca
commit 8d2d9a3810

View File

@ -39,7 +39,10 @@ commands =
commands = {posargs}
[testenv:docs]
commands = python setup.py build_sphinx
whitelist_externals = rm
commands =
rm -rf doc/build
python setup.py build_sphinx
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees \