Merge "Change locations of docs for intersphinx"

This commit is contained in:
Jenkins 2017-07-07 15:32:37 +00:00 committed by Gerrit Code Review
commit b5bd8a86ca
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),
}