1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: Use local copies of objects.inv for building documentation.
Author: Geoffroy Youri Berret <efrim@azylum.org>
Forwarded: not-needed
Last-Update: 2025-08-19
---
doc/source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/source/conf.py b/doc/source/conf.py
index c7a7ff1..165de06 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -77,7 +77,7 @@ rst_epilog = '''
# Intersphinx
-intersphinx_mapping = {'python': ('https://docs.python.org/3.7', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)}
# HTML options
|