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 [1].

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

Change-Id: I4a73847cb01caa9ab11d8a29972dd1fa24eee892
Closes-Bug:#1693670
This commit is contained in:
Nguyen Hung Phuong 2018-02-01 10:09:32 +07:00
parent 935f21736a
commit 1ea57d449a
1 changed files with 1 additions and 1 deletions

View File

@ -41,6 +41,7 @@ oslo.config.opts.defaults =
all_files = 1
build-dir = doc/build
source-dir = doc/source
warning-is-error = 1
[egg_info]
tag_build =
@ -65,4 +66,3 @@ output_file = meteos/locale/meteos.pot
universal = 1
[pbr]
warnerrors = true