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
This commit is contained in:
Boris Bobrov 2017-07-05 12:23:50 +03:00
parent b9e01bda73
commit 5761091747
1 changed files with 1 additions and 1 deletions

View File

@ -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),
}