From 68a9b50cf8004c74bc6c0bd2e02c1e73bd5fb1af Mon Sep 17 00:00:00 2001 From: Nguyen Hung Phuong Date: Thu, 1 Feb 2018 13:46:45 +0700 Subject: [PATCH] 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 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 8d5322c101..f7ef3a5ce9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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