Author: Michael R. Crusoe <crusoe@debian.org>
Description: Use Debian packages for intersphinx-links
Forwarded: not-needed
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -425,12 +425,12 @@ matplotlib.rcParams.update(plot_rcparams
 # Intersphinx configuration
 # -----------------------------------------------------------------------------
 intersphinx_mapping = {
-        'Python': ('http://docs.python.org/dev', None),
+        'Python': ('http://docs.python.org/dev', '/usr/share/doc/python{}.{}/html/objects.inv'.format(*sys.version_info[:2])),
         'NumPy': ('http://docs.scipy.org/doc/numpy', None),
-        'SciPy': ('http://docs.scipy.org/doc/scipy/reference', None),
+        'SciPy': ('http://docs.scipy.org/doc/scipy/reference', '/usr/share/doc/python-scipy-doc/html/objects.inv'),
         'Matplotlib': ('http://matplotlib.org', None),
-        'Pandas': ('http://pandas.pydata.org/pandas-docs/stable', None),
-        'BIOM-Format': ('http://www.biom-format.org', None)
+        'Pandas': ('http://pandas.pydata.org/pandas-docs/stable', '/usr/share/doc/python-pandas-doc/html/objects.inv'),
+        'BIOM-Format': ('http://www.biom-format.org', '/usr/share/doc/python-biom-format-doc/html/objects.inv')
 }
 
 # -----------------------------------------------------------------------------
