From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Tue, 6 Aug 2024 23:27:51 +0900
Subject: docs: Use local intersphinx while build of documentation

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 f793772..3ab5ef3 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -373,8 +373,8 @@ epub_exclude_files = ['search.html']
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {
-    'sphinx': ('https://www.sphinx-doc.org/en/master/', None),
-    'python': ('https://docs.python.org/3.9/', None),
+    'sphinx': ('/usr/share/doc/sphinx-doc/html', None),
+    'python': ('/usr/share/doc/python3-doc/html', None),
 }
 
 
