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: Ie82fce03c73f4a78b557caecc5bcf4ad9c8b7cb1
Closes-Bug:#1693670
This commit is contained in:
Nguyen Hung Phuong 2018-02-01 13:46:45 +07:00
parent 142927151a
commit 68a9b50cf8
1 changed files with 1 additions and 1 deletions

View File

@ -85,6 +85,7 @@ vmware_nsx.neutron.nsxv.housekeeper.jobs =
source-dir = doc/source
build-dir = doc/build
all_files = 1
# warning-is-error = 1
[upload_sphinx]
upload-dir = doc/build/html
@ -108,7 +109,6 @@ autodoc_index_modules = 1
# NOTE(boden): enable and validate once a new version of pbr is released.
# More info can be found on the ML:
# http://lists.openstack.org/pipermail/openstack-dev/2016-June/097849.html
#warnerrors = true
[wheel]
universal = 1