Use Sphinx 1.5 warning-is-error

With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as
errors is setting warning-is-error in build_sphinx section. Migrate the
setting from the old warnerrors one.

No warnings on this one. Nice work, guys.

Change-Id: I6d95e43c3321e783baebf10891d65b59b2ccd0fe
This commit is contained in:
Stephen Finucane 2017-03-16 15:55:17 +00:00
parent 414a35768d
commit 124e6f82af
1 changed files with 2 additions and 1 deletions

View File

@ -33,9 +33,10 @@ tag_date = 0
tag_svn_revision = 0
[build_sphinx]
all-files = 1
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html