Merge "Use Sphinx 1.5 warning-is-error"

This commit is contained in:
Jenkins 2017-04-06 12:58:37 +00:00 committed by Gerrit Code Review
commit 02cbb6d346
3 changed files with 2 additions and 13 deletions

View File

@ -1 +0,0 @@
.. include:: ../../ChangeLog

View File

@ -31,14 +31,6 @@ Contents
FAQ
contributing
Release Notes
=============
.. toctree::
:maxdepth: 1
history
Indices and tables
==================

View File

@ -81,9 +81,10 @@ oslo.config.opts =
oslo.messaging = oslo_messaging.opts:list_opts
[build_sphinx]
warning-is-error = 1
all-files = 1
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
@ -101,6 +102,3 @@ input_file = oslo_messaging/locale/oslo_messaging.pot
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = oslo_messaging/locale/oslo_messaging.pot
[pbr]
warnerrors = true