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:
parent
142927151a
commit
68a9b50cf8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user