File: intersphinx_local.diff

package info (click to toggle)
sip6 6.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,376 kB
  • sloc: ansic: 175,840; python: 19,398; makefile: 25; cpp: 8
file content (21 lines) | stat: -rw-r--r-- 730 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
From: Dmitry Shachnev <mitya57@debian.org>
Date: Wed, 26 Feb 2020 18:50:06 +0300
Subject: Use local intersphinx inventory.

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index f96dca2..75a80ae 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -20,7 +20,7 @@ version = 'v6.14.0'
 # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
 
 extensions = ['myst_parser', 'sphinx.ext.intersphinx']
-intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)}
 
 #templates_path = ['_templates']
 exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']