Description: Do not use network when building docs
 Removes the use of sphinx.ext.intersphinx plugin.
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2014-01-13

--- openstack-trove-2013.2.orig/doc/source/conf.py
+++ openstack-trove-2013.2/doc/source/conf.py
@@ -13,8 +13,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',
+extensions = ['sphinx.ext.todo',
               'sphinx.ext.viewcode']
 
 # Add any paths that contain templates here, relative to this directory.
