1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Mon, 10 Feb 2025 15:24:49 +0000
Subject: Link the packaged version of the Python3 docs.
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 db0159c..fdb5b27 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -30,7 +30,7 @@ extensions = [
]
intersphinx_mapping = {
- 'python': ('https://docs.python.org/3/', None),
+ 'python': ('https://docs.python.org/3/', '/usr/share/doc/python3-doc/html/objects.inv'),
}
autodoc_typehints = 'both'
|