From: =?utf-8?b?RnLDqWTDqXJpYyBCb25uYXJk?= <frediz@debian.org>
Date: Wed, 20 Apr 2022 15:09:25 +0200
Subject: Use local objects.inv for intersphinx mapping and use the one from
 corresponding *-doc packages

Forwarded: not-needed
---
 docs/conf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index d6f6b1d..2997fbe 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -60,7 +60,7 @@ version = sass.__version__
 # The full version, including alpha/beta/rc tags.
 release = version
 
-intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python3-doc/html', None)}
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
@@ -260,9 +260,9 @@ texinfo_documents = [
 
 # Example configuration for intersphinx: refer to the Python standard library.
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/', None),
-    'setuptools': ('https://setuptools.readthedocs.io/en/latest/', None),
-    'flask': ('http://flask.pocoo.org/docs/', None),
+    'python': ('/usr/share/doc/python3-doc/html', None),
+    'setuptools': ('/usr/share/doc/python-setuptools-doc/html', None),
+    'flask': ('/usr/share/doc/python-flask-doc/html', None),
 }
 
 
