Description: Do not use Intersphinx plugin in sphinx doc
 This avoids network access.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-06-01

--- python-itsdangerous-0.24+dfsg1.orig/docs/conf.py
+++ python-itsdangerous-0.24+dfsg1/docs/conf.py
@@ -26,7 +26,7 @@ sys.path.append(os.path.abspath('..'))
 
 # 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']
+extensions = ['sphinx.ext.autodoc']
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
