Author: Michael R. Crusoe <crusoe@debian.org>
Description: Use Debian packages for intersphinx-links
Forwarded: not-needed
--- python-skbio.orig/doc/source/conf.py
+++ python-skbio/doc/source/conf.py
@@ -175,12 +175,12 @@
 # https://www.sphinx-doc.org/en/master/usage/extensions/intersphinx.html
 
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/3/', None),
-    'numpy': ('https://numpy.org/doc/stable/', None),
-    'scipy': ('https://docs.scipy.org/doc/scipy/', None),
+    'python': ('/usr/share/doc/python3/html/', None),
+    'numpy': ('/usr/share/doc/python-numpy/html/', None),
+    'scipy': ('/usr/share/doc/python-scipy-doc/html/', None),
     'matplotlib': ('https://matplotlib.org/stable/', None),
-    'pandas': ('https://pandas.pydata.org/pandas-docs/stable/', None),
-    'biom-format': ('https://biom-format.org/', None)
+    'pandas': ('/usr/share/doc/python-pandas-doc/html/', None),
+    'biom-format': ('/usr/share/doc/python-biom-format-doc/html/', None)
 }
 
 
