mirror of
https://opendev.org/openstack/python-keystoneclient.git
synced 2026-01-16 23:10:41 +00:00
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:
parent
683c469b2f
commit
0a79acf82f
1 changed files with 1 additions and 2 deletions
|
|
@ -230,6 +230,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),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue