summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Bobrov <b.bobrov@corp.mail.ru>2017-07-05 12:23:50 +0300
committerBoris Bobrov <b.bobrov@corp.mail.ru>2017-07-05 12:27:19 +0300
commit5761091747daead53d83038d691e23c148586ab5 (patch)
tree29a2c8cdfb3b7b40d10b59b43e6efb87dbbe26e2 /doc
parentb9e01bda73e3ea8ac4266e90760ab60025f6da7d (diff)
downloadkeystonemiddleware-5761091747daead53d83038d691e23c148586ab5.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py2
1 files changed, 1 insertions, 1 deletions
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),
}