Merge "Change locations of docs for intersphinx"

This commit is contained in:
Jenkins 2017-07-05 11:48:11 +00:00 committed by Gerrit Code Review
commit 6172c763d4
1 changed files with 1 additions and 2 deletions

View File

@ -229,6 +229,5 @@ latex_documents = [
keystoneauth_url = 'https://docs.openstack.org/developer/keystoneauth/'
intersphinx_mapping = {
'python': ('https://docs.python.org/', None),
'osloconfig': ('https://docs.openstack.org/developer/oslo.config/', None),
'keystoneauth1': (keystoneauth_url, None),
'osloconfig': ('https://docs.openstack.org/oslo.config/latest/', None),
}