Merge "Ensure the old files before build"

This commit is contained in:
Zuul 2018-08-29 18:09:43 +00:00 committed by Gerrit Code Review
commit 242640c855

View File

@ -35,6 +35,7 @@ commands = python setup.py build_sphinx
[testenv:releasenotes]
commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:debug]