Author: Michael R. Crusoe <crusoe@debian.org>
Description: Fix intersphinx links to point to the packaged documentation.
Forwarded: not-needed
--- a/docs_sphinx/conf.py
+++ b/docs_sphinx/conf.py
@@ -334,10 +334,10 @@
 
 
 intersphinx_mapping = {
-    "python": ("https://docs.python.org/3", None),
-    "numpy": ("https://numpy.org/doc/stable", None),
-    "scipy": ("https://docs.scipy.org/doc/scipy", None),
-    "sympy": ("https://docs.sympy.org/dev/", None),
+    "python": ("/usr/share/doc/python3-doc/html/", None),
+    "numpy": ("/usr/share/doc/python-numpy/html/", None),
+    "scipy": ("/usr/share/doc/python-scipy-doc/html/", None),
+    "sympy": ("/usr/share/doc/python-sympy-doc/html/", None),
 }
 intersphinx_timeout = 10
 
