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 bugs in this one. Good work guys!

Change-Id: I0c5020a8758918dc45fad49220aecb54af599322
This commit is contained in:
Stephen Finucane 2017-03-16 14:51:04 +00:00
parent 279da59d17
commit e6764d4010
1 changed files with 2 additions and 4 deletions

View File

@ -22,13 +22,11 @@ classifier =
packages =
oslo_serialization
[pbr]
warnerrors = true
[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