File: local_intersphinx.patch

package info (click to toggle)
autosuspend 9.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,236 kB
  • sloc: python: 5,395; xml: 13; makefile: 10; javascript: 1
file content (22 lines) | stat: -rw-r--r-- 605 bytes parent folder | download
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