summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-05 11:48:11 +0000
committerGerrit Code Review <review@openstack.org>2017-07-05 11:48:11 +0000
commit6172c763d48a7ae0ea2cfaa81f64ef836adfb2fe (patch)
tree715ac00286a0970c61f5db68aac71bc17f71d65f /doc
parent937f4d62be338d0208c698ed85d377dc4ce137be (diff)
parent0a79acf82f00abdabc9127c186b605b72030bfd5 (diff)
downloadpython-keystoneclient-6172c763d48a7ae0ea2cfaa81f64ef836adfb2fe.tar.gz
Merge "Change locations of docs for intersphinx"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index a6f84e1..010a259 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -229,6 +229,5 @@ latex_documents = [
keystoneauth_url = 'https://docs.openstack.org/developer/keystoneauth/'
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
- 'osloconfig': ('https://docs.openstack.org/developer/oslo.config/', None),
- 'keystoneauth1': (keystoneauth_url, None),
+ 'osloconfig': ('https://docs.openstack.org/oslo.config/latest/', None),
}