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. Enable this.

Change-Id: I39ffb22c37a05f00cade2fbd14449eaf77dc3d39
This commit is contained in:
Stephen Finucane
2017-04-19 10:42:23 +01:00
parent bd42145923
commit 0e2e3f4372
2 changed files with 10 additions and 11 deletions
+2 -1
View File
@@ -35,9 +35,10 @@ console_scripts =
[build_sphinx]
builders = html,man
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