summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJamie Lennox <jamielennox@redhat.com>2014-08-07 16:01:01 +1000
committerJamie Lennox <jamielennox@redhat.com>2014-08-07 16:01:36 +1000
commitf91c927049d210a53cfdca35c6d41892cc1a3789 (patch)
treea2f92576611f36dfa333de691658f080d3ac3498
parent77bcd6bf29cae24a7d9cbd4e070a0513a222f41a (diff)
downloadkeystonemiddleware-f91c927049d210a53cfdca35c6d41892cc1a3789.tar.gz
Remove intersphinx mappings
There are no intersphinx mappings used within the documentation so we should remove the links so that they don't try to download. Related-Bug: #1353817 Change-Id: I24edc4d88e9badd2b92ea124ebe960abc7d2d51c
-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 c6e3d5f..ab1c405 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -232,7 +232,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)}