Merge "Fix tox -e releasenotes"

This commit is contained in:
Zuul
2018-11-06 15:02:44 +00:00
committed by Gerrit Code Review

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