Add -W to sphinx invocation for release-notes build

Let's not ignore warnings.

Change-Id: Ia3851cf1c9f8495614758e6d46c3041ac2d575bb
This commit is contained in:
Andreas Jaeger 2015-11-25 19:47:23 +01:00
parent 0c96872119
commit 57c8e9aa3e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ commands =
commands = pylint os_doc_tools cleanup
[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:venv]
commands = {posargs}