Disable warnerrors in setup.cfg temporarily

PBR's warnerrors is supposed to fail a build job when warnings are
present in the documentation. Unfortunately that hasn't been working for
a while.

With an upcoming release of PBR this flag will be fixed and any
warnings will fail docs jobs again. There is therefore a coordinated
effort to disable this flag until the PBR release has been completed and
requirements updated. After which time we can reenable the flag and
ensure docs build successfully.

http://lists.openstack.org/pipermail/openstack-dev/2016-June/097849.html

Change-Id: I0043518bdd09d2b2db5be48a942ae91ffc74a524
This commit is contained in:
Jamie Lennox 2016-07-14 10:43:40 +10:00
parent 86656bc991
commit 36394a6417
1 changed files with 5 additions and 1 deletions

View File

@ -66,7 +66,11 @@ copyright_holder = OpenStack Foundation
msgid_bugs_address = https://bugs.launchpad.net/keystone
[pbr]
warnerrors = True
# NOTE(jamielennox): warnerrors was not warning as it should and will be fixed
# in an upcoming PBR release, which means it may suddenly start warning and
# failing builds again. It's disabled until the release happens. Info:
# http://lists.openstack.org/pipermail/openstack-dev/2016-June/097849.html
#warnerrors = True
autodoc_tree_index_modules = True
[entry_points]