force releasenotes warnings to be treated as errors

ensure the releasenotes can always be built and rendered properly

Change-Id: Ic1b98bc7075699d8bc44df947d19615e96d1bc56
(cherry picked from commit 74edb088a0)
This commit is contained in:
Steve Martinelli 2015-11-25 14:28:44 -05:00 committed by Lin Hua Cheng
parent d100184a15
commit c17c3fc83f
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ commands=
python setup.py build_sphinx
[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
[testenv:genconfig]
commands = oslo-config-generator --config-file=config-generator/keystone.conf