From 2228c7afd56cc6f8fe242a7928404ba7861dc1bf Mon Sep 17 00:00:00 2001 From: Boden R Date: Fri, 24 Jun 2016 08:12:39 -0600 Subject: [PATCH] Prep for pbr warnerrors As per [1] the next version of pbr will properly support pbr/Sphinx warnerrors during doc builds. We should enable warnerrors upon the next pbr release and verify our doc build completes successfully. [1] http://lists.openstack.org/pipermail/openstack-dev/2016-June/097849.html Change-Id: I20cbbefb9dce05770dafa37a6ee1a59afc29c218 --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup.cfg b/setup.cfg index ea60955889..861cc840d2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -68,6 +68,10 @@ output_file = vmware_nsx/locale/vmware_nsx.pot [pbr] 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