Ensure the old files before build

This patch is to ensure the old files are not left over
when running these document builds.

Change-Id: I7db2555ce9be94cad32c19f1bfb345007396d6e0
This commit is contained in:
wangqi 2018-05-25 02:47:42 +00:00
parent e575ac52d9
commit 1af1966dbb

View File

@ -34,6 +34,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]