summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2014-10-04 20:46:48 +0200
committerAndreas Jaeger <aj@suse.de>2014-10-04 20:46:48 +0200
commitaeabe6bb89a359e644c5adcb4c6456fd3428f6de (patch)
treef29ed24b98319c8a45b58ed24f1c3fc5e0baff60 /doc/source
parent2c84d914562ddda8c378c582f40bae65183f0dd3 (diff)
downloadpython-ironicclient-aeabe6bb89a359e644c5adcb4c6456fd3428f6de.tar.gz
Stop using intersphinx
Remove intersphinx from the docs build as it triggers network calls that occasionally fail, and we don't really use intersphinx (links other sphinx documents out on the internet) This also removes the requirement for internet access during docs build. This can cause docs jobs to fail if the project errors out on warnings. Change-Id: I71e941e2a639641a662a163c682eb86d51de42fb Related-Bug: #1368910
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/conf.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/source/conf.py b/doc/source/conf.py
index f0840cb..8f3b343 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -6,7 +6,6 @@
# 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',
'sphinx.ext.viewcode',
'oslosphinx',
]
@@ -65,6 +64,3 @@ latex_documents = [
'manual'
),
]
-
-# Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}