From 5761091747daead53d83038d691e23c148586ab5 Mon Sep 17 00:00:00 2001 From: Boris Bobrov Date: Wed, 5 Jul 2017 12:23: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. Change-Id: I5b02d7fa40b5892ee0c66bba8dd642dde9a6637e Depends-On: I7e170275fd422345505b7282b52899d08c7a4172 --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 323a030..2cfd7d4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -237,7 +237,7 @@ latex_documents = [ # If false, no module index is generated. #latex_use_modindex = True -keystoneclient = 'https://docs.openstack.org/developer/python-keystoneclient/' +keystoneclient = 'https://docs.openstack.org/python-keystoneclient/latest/' intersphinx_mapping = {'keystoneclient': (keystoneclient, None), }