summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@redhat.com>2014-08-07 15:47:48 +1000
committerJamie Lennox <jamielennox@redhat.com>2014-08-07 15:50:08 +1000
commitbb5380822127525fa7b8bec9041b69b33a553fef (patch)
treed6218e9c5ed09620805a6318331d8c9a10d2b158 /doc
parent4b10d11c1a84dcdfe8d02cf1d80f5ae69be1c352 (diff)
downloadpython-keystoneclient-bb5380822127525fa7b8bec9041b69b33a553fef.tar.gz
Remove intersphinx mappings
None of our documentation references any external sphinx documents so we don't need the intersphinx mappings. This started as a rename from the old glance.openstack.org site to the newer docs.openstack.org/developer/glance however they may as well be removed if not used. Closes-Bug: #1353817 Change-Id: I638c4eeab7d01ec2f26a0d9d532f0006f4f75e72
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index b1ef193..6ab9142 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -236,7 +236,4 @@ latex_documents = [
# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'python': ('http://docs.python.org/', None),
- 'nova': ('http://nova.openstack.org', None),
- 'swift': ('http://swift.openstack.org', None),
- 'glance': ('http://glance.openstack.org', None)}
+#intersphinx_mapping = {'python': ('http://docs.python.org/', None)}