Force releasenotes warnings to be treated as errors
Change-Id: Ic853bfa1d7583ae46bfd8414bd043bf68ca9c14e
This commit is contained in:
parent
85ac32e8d3
commit
8eb067ebbc
2
tox.ini
2
tox.ini
@ -63,7 +63,7 @@ commands =
|
||||
--output-file etc/sahara/sahara.conf.sample
|
||||
|
||||
[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:pip-missing-reqs]
|
||||
# do not install test-requirements as that will pollute the virtualenv for
|
||||
|
Loading…
Reference in New Issue
Block a user