1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
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
---
packages/basemap/doc/source/conf.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/packages/basemap/doc/source/conf.py b/packages/basemap/doc/source/conf.py
index 460d15c..88f77eb 100644
--- a/packages/basemap/doc/source/conf.py
+++ b/packages/basemap/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.
|