From 0a79acf82f00abdabc9127c186b605b72030bfd5 Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Wed, 5 Jul 2017 11:59:50 +0300 Subject: [PATCH] Change locations of docs for intersphinx Due to latest change in docs the old urls don't work and cause gate failures. Fix it to reflect the new locations. Also temporarily drop reference to keystoneauth1 to prevent circular dependency. This reference will be brought back after keystoneauth1 docs get fixed. Change-Id: I7e170275fd422345505b7282b52899d08c7a4172 --- doc/source/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index cda0c77e..ce6d5b72 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -230,6 +230,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), }