From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Sun, 5 Feb 2023 12:24:22 +0100
Subject: docs: Use local inventory for Python3

Patch requires package python3-doc to be installed.

Forwarded: Not-Needed
---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 544139e..8270bba 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -30,8 +30,8 @@ needs_sphinx = '3.5.3'
 extensions = ['sphinx.ext.coverage', 'sphinx.ext.intersphinx', 'sphinx.ext.autodoc']
 
 intersphinx_mapping = {
-    'py2': ('http://docs.python.org/2', None),
-    'py3': ('http://docs.python.org/3', None),
+#    'py2': ('http://docs.python.org/2', None),
+    'py3': ('/usr/share/doc/python3-doc/html', None),
 }
 
 # Add any paths that contain templates here, relative to this directory.
