python-click/debian/patches/docs-Use-local-Python-intersphinx-inventary.patch
Carsten Schoenert 44126ed0a0 Add patch queue from patch-queue branch
Added patch:
docs-Use-local-Python-intersphinx-inventary.patch
2022-11-30 10:05:25 +01:00

23 lines
706 B
Diff

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 -----------------------------------------------------------------