Merge "run sphinx in verbose mode and treat warnings as errors"

This commit is contained in:
Zuul 2018-11-06 21:57:53 +00:00 committed by Gerrit Code Review
commit 7241dd6a87
1 changed files with 1 additions and 3 deletions

View File

@ -27,9 +27,7 @@ basepython = python2
commands = {posargs}
[testenv:docs]
# NOTE: -W is not added since ocata/ptl.rst throws a warning about duplicate
# IDs.
commands = sphinx-build -b html -d doc/build/doctrees doc/source doc/build/html
commands = sphinx-build -v -W -b html -d doc/build/doctrees doc/source doc/build/html
[testenv:ci-checks]
commands = ci-check-all-candidate-files