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.

Also temporarily drop reference to keystoneauth1 to prevent circular
dependency. This reference will be brought back after keystoneauth1
docs get fixed.

Change-Id: I7e170275fd422345505b7282b52899d08c7a4172
This commit is contained in:
Boris Bobrov
2017-07-05 11:59:50 +03:00
parent 683c469b2f
commit 0a79acf82f

View File

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