From eb70dba59d195706343836c925add152eccaa479 Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Wed, 5 Jul 2017 12:04:01 +0300 Subject: Bring back intersphinx reference to keystoneauth Change-Id: I0b1d1a4abdf919dd403679565cde046a825898fa Depends-On: I2a4fc6a4782a5496b2ab4a8355ed2c3b6dac58fa --- doc/source/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/source/conf.py b/doc/source/conf.py index ce6d5b7..a35ca25 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), } -- cgit v1.2.1