Description: Turn off intersphinx mappings - they need connectivity which is not available on buildds
 builders.
Forwarded: not-needed
Author: Monty Taylor <mordred@inaugust.com> (modified by Tobias Frost <tobi@coldtobi.de>
Last-Update: 2012-03-15
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,7 +25,7 @@
 
 # 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.intersphinx', 'sphinx.ext.todo', 'sphinx.ext.coverage', 'pyext.options', 'pyext.confval', 'pyext.dbtable']
+extensions = ['sphinx.ext.todo', 'sphinx.ext.coverage', 'pyext.options', 'pyext.confval', 'pyext.dbtable']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
@@ -254,7 +254,7 @@
 
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'python': ('http://docs.python.org/3.2', 'python-inv.txt')}
+#intersphinx_mapping = {'python': ('http://docs.python.org/3.2', 'python-inv.txt')}
 
 [extensions]
 todo_include_todos=True
