Author: Chiara Marmo <marmochiaskl@gmail.com>
Description: Link against the packaged docs, not the remote sites
Date:   Thu Sep 8 06:54:57 2022 +0000
Forwarded: not-needed

--- joblib.orig/doc/conf.py
+++ joblib/doc/conf.py
@@ -43,10 +43,10 @@
 
 # intersphinx configuration
 intersphinx_mapping = {
-    "python": ("https://docs.python.org/{.major}".format(sys.version_info), None),
-    "numpy": ("https://numpy.org/doc/stable/", None),
-    "scipy": ("https://docs.scipy.org/doc/scipy", None),
-    "distributed": ("https://distributed.dask.org/en/latest/", 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),
+    "distributed": ("/usr/share/doc/python3-distributed/html/", None),
 }
 
 # sphinx-gallery configuration
