From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Thu, 15 Dec 2022 19:31:38 +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 ea3e45c..cc6093f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -26,7 +26,7 @@ extensions = [
     'sphinx.ext.autodoc', 'sphinx.ext.todo', 'sphinx.ext.coverage',
     'sphinx.ext.viewcode', 'sphinx.ext.intersphinx'
 ]
-intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)}
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
