summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-10-14 20:20:10 +0000
committerGerrit Code Review <review@openstack.org>2014-10-14 20:20:10 +0000
commit5502db716c01606dbeb08b31c699aa2aab1006b7 (patch)
tree0071c98a9d78212ac99d375c5c00a862285e30cc /doc/source
parentf5d090844aff09d9db597f3cc88ea2e439d9a6b7 (diff)
parentb03d1e1f4cdbe1f52d8de7a0c44e72fafdd8d824 (diff)
downloadpython-cinderclient-5502db716c01606dbeb08b31c699aa2aab1006b7.tar.gz
Merge "Stop using intersphinx"
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index ff74d86..d433af0 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -28,7 +28,7 @@ sys.path.insert(0, ROOT)
# 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']
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
@@ -204,7 +204,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 = {'http://docs.python.org/': None}