From 37152da0edeccb89088022a2925ac4343109c558 Mon Sep 17 00:00:00 2001 From: zhongjun Date: Wed, 31 May 2017 17:42:53 +0800 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[0]. [0] http://lists.openstack.org/pipermail/openstack-dev/2017-March/113085.html Change-Id: Id02deddc52d81b9cd240364a22422a31fc02c9c4 --- setup.cfg | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 606ad9ce4b..ca9fe8ef1f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -75,6 +75,8 @@ tempest.test_plugins = all_files = 1 build-dir = doc/build source-dir = doc/source +builders = html +warning-is-error = 1 [egg_info] tag_build = @@ -97,6 +99,3 @@ output_file = manila/locale/manila.pot [wheel] universal = 1 - -[pbr] -warnerrors = true