turn on warning-is-error in doc build

Change-Id: I2943d262a2e833b0635d8db3df8e5dc1295ffebf
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-06-28 12:44:27 -04:00
parent 01dead7bdd
commit 360df19d15
1 changed files with 1 additions and 3 deletions

View File

@ -26,6 +26,7 @@ packages =
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html
@ -44,8 +45,5 @@ keywords = _ gettext ngettext l_ lazy_gettext _C:1c,2 _P:1,2
mapping_file = babel.cfg
output_file = oslo_i18n/locale/oslo_i18n.pot
[pbr]
warnerrors = True
[wheel]
universal = 1