Use Sphinx 1.5 warning-is-error
With pbr 2.0 and Sphinx 1.5, the setting for treat sphinx warnings as errors is setting warning-is-error in build_sphinx section. Enable this. Change-Id: I981b05275e1a75e3c42ea3ef24812cded0cefc0d
This commit is contained in:
parent
1e260a1c86
commit
3653a6006f
@ -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}
|
@ -1 +1,4 @@
|
||||
.. include:: ../../CONTRIBUTING.rst
|
||||
Contributing
|
||||
============
|
||||
|
||||
.. include:: ../../CONTRIBUTING.rst
|
||||
|
@ -11,6 +11,7 @@ Contents:
|
||||
|
||||
readme
|
||||
installation
|
||||
usage
|
||||
command-list
|
||||
contributing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user