summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-06 06:40:57 +0000
committerGerrit Code Review <review@openstack.org>2017-07-06 06:40:57 +0000
commitefbe02e67c03d73ff8ace0edb35433a6d1e322f9 (patch)
treec3338d4b524c296e69514aa5eaec5992b6a22a00
parent36bdcf6b2df87d6c2e06f3c6bb3e8106eea3f7b8 (diff)
parenteb70dba59d195706343836c925add152eccaa479 (diff)
downloadpython-keystoneclient-efbe02e67c03d73ff8ace0edb35433a6d1e322f9.tar.gz
Merge "Bring back intersphinx reference to keystoneauth"
-rw-r--r--doc/source/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 16b9744..5636305 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -219,10 +219,11 @@ latex_documents = [
# If false, no module index is generated.
#latex_use_modindex = True
-keystoneauth_url = 'https://docs.openstack.org/developer/keystoneauth/'
+keystoneauth_url = 'https://docs.openstack.org/keystoneauth/latest/'
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'osloconfig': ('https://docs.openstack.org/oslo.config/latest/', None),
+ 'keystoneauth1': (keystoneauth_url, None),
}
# -- Options for openstackdocstheme -------------------------------------------