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: Iade62023085dba8edca3ed62f53a2cb137d81c6d
Related-Bug: #1368910
This commit is contained in:
Christian Berendt 2014-09-25 10:10:51 +02:00
parent 3bed3f2ec2
commit e8e7ef59c2
1 changed files with 0 additions and 4 deletions

View File

@ -31,7 +31,6 @@ sys.path.insert(0, os.path.abspath('./'))
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.coverage',
'sphinx.ext.pngmath',
'sphinx.ext.ifconfig',
@ -241,6 +240,3 @@ latex_documents = [
# If false, no module index is generated.
#latex_domain_indices = True
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {'python': ('http://docs.python.org/', None)}