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: I619f26e1de7eed17c481cbe4bd67d53dcc7023ff
Closes-Bug:#1693670
This commit is contained in:
Nguyen Hung Phuong 2018-02-01 11:31:23 +07:00
parent d86f1821ce
commit 40c587d0df
1 changed files with 3 additions and 5 deletions

View File

@ -22,11 +22,9 @@ tag_svn_revision = 0
all_files = 1
build-dir = doc/build
source-dir = doc/source
# Treat sphinx warnings as errors during the docs build; this helps us keep
# the documentation clean.
warning-is-error = 1
[wheel]
universal = 1
[pbr]
# Treat sphinx warnings as errors during the docs build; this helps us keep
# the documentation clean.
warnerrors = true