Merge "Use Sphinx 1.5 warning-is-error"

This commit is contained in:
Jenkins 2017-05-03 15:27:54 +00:00 committed by Gerrit Code Review
commit 134ab7f890
4 changed files with 9 additions and 5 deletions

View File

@ -50,6 +50,8 @@ add_module_names = True
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
suppress_warnings = ['image.nonlocal_uri']
# -- Options for HTML output --------------------------------------------------
# The theme to use for HTML and HTML Help pages. Major themes that come with
@ -70,6 +72,3 @@ latex_documents = [
u'%s Documentation' % project,
u'OpenStack Foundation', 'manual'),
]
# Example configuration for intersphinx: refer to the Python standard library.
#intersphinx_mapping = {'http://docs.python.org/': None}

View File

@ -1 +1,4 @@
.. include:: ../../CONTRIBUTING.rst
Contributing
============
.. include:: ../../CONTRIBUTING.rst

View File

@ -11,6 +11,7 @@ Contents:
readme
installation
usage
command-list
contributing

View File

@ -27,9 +27,10 @@ packages =
[build_sphinx]
builders = html,man
all-files = 1
warning-is-error = 1
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html