diff --git a/doc/source/conf.py b/doc/source/conf.py index ce6d5b722..a35ca2585 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -227,8 +227,9 @@ 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), }