File: 0003-Intersphinx-reference-to-Python-doc.patch

package info (click to toggle)
aioftp 0.26.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 624 kB
  • sloc: python: 5,566; makefile: 172
file content (21 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Adam Cecile <acecile@letz-it.lu>
Date: Wed, 26 Aug 2020 15:47:14 +0200
Subject: Intersphinx reference to Python doc

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

diff --git a/docs/conf.py b/docs/conf.py
index f5079ab..ff51183 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -319,7 +319,7 @@ texinfo_documents = [
 # texinfo_no_detailmenu = False
 
 intersphinx_mapping = {
-    "python": ("https://docs.python.org/3", None),
+    "python": ("/usr/share/doc/python3/html", None),
     "aioftp": ("./_build/html", None),
 }