Add patch queue from patch-queue branch

Added patch:
docs-Use-local-Python-intersphinx-inventary.patch
This commit is contained in:
Carsten Schoenert 2022-11-30 10:05:25 +01:00
parent 987cdb48cc
commit 44126ed0a0
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,22 @@
From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Wed, 30 Nov 2022 10:04:35 +0100
Subject: docs: Use local Python intersphinx inventary
Forwarded: Not-Needed
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index b0ed9ff..f4eab7a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -25,7 +25,7 @@ extensions = [
"sphinx_tabs.tabs",
]
autodoc_typehints = "description"
-intersphinx_mapping = {"python": ("https://docs.python.org/3/", None)}
+intersphinx_mapping = {"python": ("/usr/share/doc/python3-doc/html", None)}
issues_github_path = "pallets/click"
# HTML -----------------------------------------------------------------

1
debian/patches/series vendored Normal file
View file

@ -0,0 +1 @@
docs-Use-local-Python-intersphinx-inventary.patch