From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Tue, 14 Oct 2025 14:33:50 +0200
Subject: link to the other packaged docs

Forwarded: not-needed
---
 doc/source/conf.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 1437df3..4b52e74 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -59,11 +59,11 @@ napoleon_use_ivar = True
 napoleon_use_rtype = False
 intersphinx_mapping = {
     "python":
-        ("https://docs.python.org/3", None),
+        ("/usr/share/doc/python3-doc/html/", None),
     "numpy":
-        ("https://numpy.org/doc/stable/", None),
+        ("/usr/share/doc/python-numpy/html/", None),
     "matplotlib":
-        ("https://matplotlib.org/stable/", None),
+        ("/usr/share/doc/python-matplotlib-doc/html/", None),
 }
 
 # Add any paths that contain templates here, relative to this directory.
