Description: don't try to use network during package build
 The build process tries to download various files when building the
 documentation. It seems unnecessary so remove it.
 .
Author: Laszlo Boszormenyi (GCS) <gcs@debian.hu>
---
Last-Update: <2012-02-16>

--- turbogears2-doc-2.1.1.orig/conf.py
+++ turbogears2-doc-2.1.1/conf.py
@@ -256,18 +256,6 @@ todo_include_todos = True
 
 # Add Intersphinx crosslinks here
 intersphinx_mapping = {
-    'paste': ('http://pythonpaste.org', None),
-    'pylons': ('http://docs.pylonsproject.org/projects/pylons_framework/dev/', None),
-    'python': ('http://docs.python.org', None),
-    'sprox': ('http://sprox.org', None),
-    'sqlalchemy': ('http://www.sqlalchemy.org/docs', None),
-    'rum': ('http://docs.python-rum.org', None),
-    'tw': ('http://toscawidgets.org/documentation/ToscaWidgets/', None),
-    'twdynforms': ('http://toscawidgets.org/documentation/tw.dynforms/', None),
-    'twforms': ('http://toscawidgets.org/documentation/tw.forms/', None),
-    'twjquery': ('http://toscawidgets.org/documentation/tw.jquery/', None),
-    'webob': ('http://pythonpaste.org/webob/', None),
-    'webtest': ('http://pythonpaste.org/webtest/', None),
 }
 
 # The maximum number of days to cache remote inventories.
