Author: Nikolaus Rath <Nikolaus@rath.org>
Forwarded: not-needed
Last-Update: 2014-03-11
Description: Use local intersphinx inventory
 Instead of downloading the Python intersphinx directory
 at build time, use the cached copy shipped in debian/.
--- a/rst/conf.py
+++ b/rst/conf.py
@@ -8,7 +8,8 @@
 sys.path.append(os.path.abspath('..'))
 
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx' ]
-intersphinx_mapping = {'python': ('http://docs.python.org/3/', None) }
+intersphinx_mapping = {'python': ('http://docs.python.org/3/',
+                                  '../debian/python.inv')}
 templates_path = ['_templates']
 source_suffix = '.rst'
 source_encoding = 'utf-8'
