tell pbr to tell sphinx to treat warnings as errors

Change-Id: I519ef986f2bb5b455fd4ffe3b4420b26d3d91a2a
This commit is contained in:
Doug Hellmann 2015-10-01 15:45:43 +00:00
parent 221adab3df
commit cd52ba79d7

View File

@ -92,3 +92,6 @@ input_file = glance/locale/glance.pot
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = glance/locale/glance.pot
[pbr]
warnerrors = True