Merge "Remove pbr warnerrors in favor of sphinx check"

This commit is contained in:
Jenkins 2017-06-13 16:48:23 +00:00 committed by Gerrit Code Review
commit a6edbb10be
2 changed files with 2 additions and 2 deletions

View File

@ -415,7 +415,7 @@ An alias of :py:exc:`keystoneauth1.exceptions.auth_plugins.NoMatchingPlugin`
class UnsupportedParameters(ClientException):
"""A parameter that was provided or returned is not supported.
:param list(str) names: Names of the unsupported parameters.
:param List(str) names: Names of the unsupported parameters.
.. py:attribute:: names

View File

@ -40,9 +40,9 @@ keystoneclient.auth.plugin =
source-dir = doc/source
build-dir = doc/build
all_files = 1
warning-is-error = 1
[pbr]
warnerrors = True
autodoc_tree_index_modules = True
autodoc_tree_excludes =
setup.py