1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Carl Keinath <carl.keinath@gmail.com>
Date: Wed, 1 Oct 2025 21:23:30 +0200
Subject: use-local-python-objects-inv
Origin: Debian
Forwarded: not-needed
---
doc/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/conf.py b/doc/conf.py
index 5e41336..f7f7ee5 100755
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -56,7 +56,7 @@ extensions = [
# Now, you can use the alias name as a new role, e.g. :issue:`123`.
extlinks = {"issue": ("https://github.com/hardbyte/python-can/issues/%s/", "issue #%s")}
-intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3/html", None)}
# If this is True, todo and todolist produce output, else they produce nothing.
# The default is False.
|