1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Carl Keinath <carl.keinath@gmail.com>
Date: Sun, 8 Mar 2026 14:29:16 +0100
Subject: use-local-python-objects-inv
Forwarded: not-needed
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index f28b864..b5b8231 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -127,4 +127,4 @@ texinfo_documents = [
]
-intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3/html", None)}
|