Merge "Treat sphinx warnings as errors"

This commit is contained in:
Jenkins 2015-01-30 17:47:38 +00:00 committed by Gerrit Code Review
commit 6fc9099a0e
3 changed files with 5 additions and 0 deletions

View File

@ -10,5 +10,7 @@ Notification Listener
.. autoclass:: MessageHandlingServer .. autoclass:: MessageHandlingServer
:members: :members:
:noindex:
.. autofunction:: get_local_context .. autofunction:: get_local_context
:noindex:

View File

View File

@ -77,3 +77,6 @@ input_file = oslo.messaging/locale/oslo.messaging.pot
keywords = _ gettext ngettext l_ lazy_gettext keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg mapping_file = babel.cfg
output_file = oslo.messaging/locale/oslo.messaging.pot output_file = oslo.messaging/locale/oslo.messaging.pot
[pbr]
warnerrors = true