From 99cece5fdd10f8dc44a7f4139508efc1672b59c8 Mon Sep 17 00:00:00 2001 From: Tom Cocozzello Date: Wed, 9 Mar 2016 13:56:25 -0600 Subject: [PATCH] revert warnerrors before gate breaks warnerrors used to show the errors in output when the docs generate but now it looks like when this patch lands [0] it will cause the gate to fail. I will push up a patch to fix all the docs problems but we should revert this so we don't have a day when the gate is broken. [0] https://review.openstack.org/#/c/229951 Change-Id: Ica33f1fd5acdc17a115d7a3bd81f8f4d79c1a809 --- setup.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 7c9d8f6118..78137b9ce1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -87,5 +87,4 @@ mapping_file = babel.cfg output_file = glance/locale/glance.pot [pbr] -warnerrors = True -autodoc_tree_index_modules = True +autodoc_tree_index_modules = True \ No newline at end of file