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: Ie5f1144b1a943c73337c1e076d2a9910a9342bd3
This commit is contained in:
Boris Bobrov 2017-07-05 12:28:44 +03:00
parent f288eae21f
commit d71aa362c1
1 changed files with 1 additions and 1 deletions

View File

@ -77,6 +77,6 @@ latex_documents = [
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'osloconfig': ('http://docs.openstack.org/developer/oslo.config/', None),
'osloconfig': ('http://docs.openstack.org/oslo.config/latest/', None),
'dogpilecache': ('https://dogpilecache.readthedocs.io/en/latest/', None),
}