Merge "Fix tox -e releasenotes"

This commit is contained in:
Zuul 2018-11-06 15:02:44 +00:00 committed by Gerrit Code Review
commit 91e9d7853e
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ commands =
[testenv:releasenotes]
basepython = python3
deps = -r{toxinidir}/doc/requirements.txt
commands =
rm -rf releasenotes/build
sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html