Merge "Treat sphinx warnings as errors when building release notes" into stable/liberty

This commit is contained in:
Jenkins 2016-01-16 19:51:40 +00:00 committed by Gerrit Code Review
commit cc0bc4be85
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ deps = -r{toxinidir}/test-requirements.txt
commands = bandit -c bandit.yaml -r nova -n 5 -ll
[testenv:releasenotes]
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
# E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126