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 warnerror one.

Change-Id: Icd5cf4c279c566e1eddeede8df11a9d1c4d4c83f
This commit is contained in:
Andreas Jaeger 2017-03-03 18:52:56 +01:00
parent f91bcc7e53
commit 99ba06ba70

View File

@ -188,6 +188,7 @@ nova.scheduler.driver =
all_files = 1 all_files = 1
build-dir = doc/build build-dir = doc/build
source-dir = doc/source source-dir = doc/source
warning-is-error = 1
[build_apiguide] [build_apiguide]
all_files = 1 all_files = 1
@ -219,8 +220,3 @@ universal = 1
[extras] [extras]
osprofiler = osprofiler =
osprofiler>=1.4.0 # Apache-2.0 osprofiler>=1.4.0 # Apache-2.0
[pbr]
# Treat sphinx warnings as errors during the docs build; this helps us keep
# the documentation clean.
warnerrors = true