Merge "turn on warning-is-error in doc build"

This commit is contained in:
Jenkins 2017-07-10 06:41:25 +00:00 committed by Gerrit Code Review
commit 6423e08a69
2 changed files with 2 additions and 2 deletions

View File

@ -85,6 +85,6 @@ latex_documents = [
intersphinx_mapping = { intersphinx_mapping = {
'python': ('https://docs.python.org/', None), 'python': ('https://docs.python.org/', None),
'osloconfig': ('http://docs.openstack.org/developer/oslo.config/', None), 'osloconfig': ('http://docs.openstack.org/oslo.config/latest/', None),
'dogpilecache': ('https://dogpilecache.readthedocs.io/en/latest/', None), 'dogpilecache': ('https://dogpilecache.readthedocs.io/en/latest/', None),
} }

View File

@ -41,7 +41,6 @@ etcd3gw =
etcd3gw>=0.1.0 # Apache-2.0 etcd3gw>=0.1.0 # Apache-2.0
[pbr] [pbr]
warnerrors = true
autodoc_tree_index_modules = True autodoc_tree_index_modules = True
api_doc_dir = reference/api api_doc_dir = reference/api
@ -49,6 +48,7 @@ api_doc_dir = reference/api
source-dir = doc/source source-dir = doc/source
build-dir = doc/build build-dir = doc/build
all_files = 1 all_files = 1
warning-is-error = 1
[upload_sphinx] [upload_sphinx]
upload-dir = doc/build/html upload-dir = doc/build/html