summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-23 22:35:19 +0000
committerGerrit Code Review <review@openstack.org>2014-09-23 22:35:19 +0000
commitd46f46331c6eca497820b4ed58bfec6e348ed6d4 (patch)
tree16cfca709466f82274d1fae94050f348dd615e42
parent79d1eec35aad874a7c08ff22c39260884a5524ba (diff)
parent010b06b7c193eb9c7a5be9359672181e6d33907f (diff)
downloadpython-keystoneclient-d46f46331c6eca497820b4ed58bfec6e348ed6d4.tar.gz
Merge "Stop using intersphinx"
-rw-r--r--doc/source/conf.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index 6ab9142..30d0259 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -42,7 +42,6 @@ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__),
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.todo',
'sphinx.ext.coverage',
- 'sphinx.ext.intersphinx',
'oslosphinx',
# NOTE(blk-u): Uncomment the [pbr] section in setup.cfg and
# remove this Sphinx extension when
@@ -233,7 +232,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)}