From: Sebastian Ramacher <s.ramacher@debian.org>
Date: Thu, 28 Dec 2023 14:54:19 +0100
Subject: docs: Use local object inventory files for sphinx

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 2c80f93..a695af8 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -211,6 +211,6 @@ man_pages = [
 ]
 
 intersphinx_mapping = {
-    'http://docs.python.org/dev': None,
-    'http://flask.pocoo.org/docs': None
+    'python': ('/usr/share/doc/python3-doc/html', None),
+    'flask': ('/usr/share/doc/python-flask-doc/html', None),
 }
