Do not delete releasenotes before building

With the options given to sphinx, we regenerate releasenotes , there's
no need to rm -rf the content before - it will only break a proposed
way to translate the content.

Change-Id: I17d72f3561c25c0d7dd7f1c9ec09c57c1e8df798
This commit is contained in:
Andreas Jaeger 2016-09-19 09:19:21 +02:00
parent 60fc7cc585
commit e161549f04
1 changed files with 0 additions and 1 deletions

View File

@ -109,7 +109,6 @@ commands = {toxinidir}/tools/generatepot-rst.sh openstack-manuals 1 {posargs}
[testenv:releasenotes]
commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[doc8]