Merge "Mark doc warnings as errors"

This commit is contained in:
Jenkins 2017-07-10 16:45:13 +00:00 committed by Gerrit Code Review
commit a715c98ea9
2 changed files with 2 additions and 3 deletions

View File

@ -51,6 +51,7 @@ setup-hooks =
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[egg_info]
tag_build =

View File

@ -51,9 +51,7 @@ commands = nodeenv -p
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:docs]
commands =
rm -rf doc/build
python setup.py build_sphinx
commands = python setup.py build_sphinx
[testenv:makemessages]
commands =