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:
parent
e575ac52d9
commit
1af1966dbb
1
tox.ini
1
tox.ini
@ -34,6 +34,7 @@ commands = python setup.py build_sphinx
|
|||||||
|
|
||||||
[testenv:releasenotes]
|
[testenv:releasenotes]
|
||||||
commands =
|
commands =
|
||||||
|
rm -rf releasenotes/build
|
||||||
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||||
|
|
||||||
[testenv:debug]
|
[testenv:debug]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user