Remove pbr warnerrors in favor of sphinx check

This change removes the now unused "warnerrors" setting,
which is replaced by "warning-is-error" in sphinx
releases >= 1.5[0].

[0] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113085.html


Change-Id: Id02deddc52d81b9cd240364a22422a31fc02c9c4
This commit is contained in:
zhongjun 2017-05-31 17:42:53 +08:00 committed by zhongjun
parent 5b0a5b877e
commit 37152da0ed
1 changed files with 2 additions and 3 deletions

View File

@ -75,6 +75,8 @@ tempest.test_plugins =
all_files = 1
build-dir = doc/build
source-dir = doc/source
builders = html
warning-is-error = 1
[egg_info]
tag_build =
@ -97,6 +99,3 @@ output_file = manila/locale/manila.pot
[wheel]
universal = 1
[pbr]
warnerrors = true