turn on warning-is-error in doc build

Change-Id: Iad1ac75bfe1a29350d23014f0b7345d3e8f76c41
This commit is contained in:
Dong Ma 2017-07-07 00:10:38 +08:00
parent a190e51574
commit 66a72a1bc7
2 changed files with 2 additions and 2 deletions

View File

@ -85,6 +85,6 @@ latex_documents = [
intersphinx_mapping = {
'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),
}

View File

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