From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Sat, 4 May 2024 08:23:45 +0200
Subject: Use the packaged version of the Python 3 docs

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

diff --git a/docs/src/conf.py b/docs/src/conf.py
index 1e0afd7..babada1 100644
--- a/docs/src/conf.py
+++ b/docs/src/conf.py
@@ -42,9 +42,9 @@ suppress_warnings = ["config.cache"]
 autodoc_default_options = {"members": True, "undoc-members": True}
 autodoc_typehints = "description"
 intersphinx_mapping = {
-    "python": ("https://docs.python.org/3/", None),
-    "numpy": ("https://numpy.org/doc/stable/", None),
-    "matplotlib": ("https://matplotlib.org/stable/", None),
+    "python": ("/usr/share/doc/python3/html/", None),
+    "numpy": ("/usr/share/doc/python-numpy/html/", None),
+    "matplotlib": ("/usr/share/doc/python-matplotlib-doc/html/", None),
 }
 extlinks = {
     "issue": ("https://github.com/felix-hilden/sphinx-codeautolink/issues/%s", "#%s")
