summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoris Bobrov <b.bobrov@corp.mail.ru>2017-07-05 11:59:50 +0300
committerBoris Bobrov <b.bobrov@corp.mail.ru>2017-07-05 12:01:10 +0300
commit0a79acf82f00abdabc9127c186b605b72030bfd5 (patch)
tree93fdf49adc879ab9ec789cd3ca2493b906272e22 /doc
parent683c469b2f87bbfb9b36918afba300340b9e5ed4 (diff)
downloadpython-keystoneclient-0a79acf82f00abdabc9127c186b605b72030bfd5.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index cda0c77..ce6d5b7 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -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),
}