From a212eca2ef65947fbc5e73f772b9e7d250da95a9 Mon Sep 17 00:00:00 2001 From: Vu Cong Tuan Date: Fri, 9 Jun 2017 14:44:26 +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: Ic311ad8dc0ea211acdce770fb1f1726994f1c1a4 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e9df7b43..4e6332a4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -35,9 +35,9 @@ autodoc_index_modules = True autodoc_exclude_modules = ironic_lib.common.i18n ironic_lib.tests.* -warnerrors = True [build_sphinx] all_files = 1 build-dir = doc/build source-dir = doc/source +warning-is-error = 1