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),
}
|