summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-21 13:38:19 +0000
committerGerrit Code Review <review@openstack.org>2014-09-21 13:38:19 +0000
commit794b9600d0be5a695879a762d6c649440a428808 (patch)
treec6da8197eb79a26eae2396f0f067ecc0ce99f686
parent100032ab0c4d2522d2c9a7e7dca8dc592e4795ff (diff)
parent3ff86a54f9e2335d609212342f437e2b939415e3 (diff)
downloadoslo-version-794b9600d0be5a695879a762d6c649440a428808.tar.gz
Merge "Stop using intersphinx"
-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 20085df..33db1e9 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -8,7 +8,7 @@ sys.path.insert(0, os.path.abspath('../..'))
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'oslosphinx']
+extensions = ['sphinx.ext.autodoc', 'oslosphinx']
# autodoc generation is a bit aggressive and a nuisance when doing heavy
# text edit cycles.
@@ -51,6 +51,3 @@ latex_documents = [
'%s Documentation' % project,
'OpenStack Foundation', 'manual'),
]
-
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}