summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-14 20:22:30 +0000
committerGerrit Code Review <review@openstack.org>2014-10-14 20:22:30 +0000
commit5df8ce5a7f8bfede9b66ad75ec0de41fa27378dc (patch)
treedb255c9073701c8dfa399ea804ca2410af1147aa /doc
parent675a39a74faad5f7fe4eb94e1dcf7f4359ed2285 (diff)
parent85e5b9391821cef6a526308512b302b55c97dcd5 (diff)
downloadglance-5df8ce5a7f8bfede9b66ad75ec0de41fa27378dc.tar.gz
Merge "Stop using intersphinx"
Diffstat (limited to 'doc')
-rw-r--r--doc/source/conf.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 2253323df..c06e15ff2 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -44,7 +44,6 @@ sys.path = [
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.coverage',
'sphinx.ext.ifconfig',
- 'sphinx.ext.intersphinx',
'sphinx.ext.pngmath',
'sphinx.ext.graphviz',
'oslosphinx',
@@ -252,8 +251,3 @@ latex_documents = [
# If false, no module index is generated.
#latex_use_modindex = True
-
-# 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)}