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