summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
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 d9d710e..16b9744 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -222,8 +222,7 @@ 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),
}
# -- Options for openstackdocstheme -------------------------------------------