Merge "Clean old output before new doc builds"

This commit is contained in:
Zuul 2018-04-10 20:43:31 +00:00 committed by Gerrit Code Review
commit 0aedd36684
1 changed files with 2 additions and 0 deletions

View File

@ -35,8 +35,10 @@ commands =
commands = {posargs}
[testenv:docs]
whitelist_externals = rm
deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -fr doc/builds
sphinx-build -W -b html doc/source doc/build/html
[testenv:bandit]