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.

Depends-On: I7e170275fd422345505b7282b52899d08c7a4172
Change-Id: I2a4fc6a4782a5496b2ab4a8355ed2c3b6dac58fa
This commit is contained in:
Boris Bobrov 2017-07-05 11:43:38 +03:00
parent b007f9c053
commit 5e3758a8fc
1 changed files with 2 additions and 2 deletions

View File

@ -229,10 +229,10 @@ latex_documents = [
# If false, no module index is generated.
#latex_use_modindex = True
ksc = 'https://docs.openstack.org/developer/python-keystoneclient/'
ksc = 'https://docs.openstack.org/python-keystoneclient/latest/'
intersphinx_mapping = {
'python': ('http://docs.python.org/', None),
'osloconfig': ('https://docs.openstack.org/developer/oslo.config/', None),
'osloconfig': ('https://docs.openstack.org/oslo.config/latest/', None),
'keystoneclient': (ksc, None),
}