1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sun, 12 Jun 2022 06:54:48 +0200
Subject: docs: Use local inventory for Python3
Patch requires package python3-doc to be installed.
Forwarded: not-needed
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -193,4 +193,4 @@
# A list of files that should not be packed into the epub file.
epub_exclude_files = ["search.html"]
-intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3-doc/html", None)}
|