Treat sphinx warnings as errors

Closes-Bug: #1287415

Change-Id: I43f406a8608724ac55c9ae6aea847d75594ba6f6
This commit is contained in:
Doug Hellmann 2014-12-04 16:13:17 -05:00
parent f211fb66c2
commit bf4ab5a9e4
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