Treat sphinx warnings as errors
Closes-Bug: #1287415 Change-Id: I43f406a8608724ac55c9ae6aea847d75594ba6f6
This commit is contained in:
parent
f211fb66c2
commit
bf4ab5a9e4
@ -10,5 +10,7 @@ Notification Listener
|
|||||||
|
|
||||||
.. autoclass:: MessageHandlingServer
|
.. autoclass:: MessageHandlingServer
|
||||||
:members:
|
:members:
|
||||||
|
:noindex:
|
||||||
|
|
||||||
.. autofunction:: get_local_context
|
.. autofunction:: get_local_context
|
||||||
|
:noindex:
|
||||||
|
0
doc/source/static/.placeholder
Normal file
0
doc/source/static/.placeholder
Normal 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
|
||||||
|
Loading…
Reference in New Issue
Block a user