From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Thu, 30 Jan 2025 11:43:09 +0100
Subject: Link to the packaged docs.

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

diff --git a/docs/conf.py b/docs/conf.py
index 91d932b..f6fcaf2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -49,9 +49,9 @@ extensions = [
 autosectionlabel_prefix_document = True
 
 intersphinx_mapping = {
-    "python": ("https://docs.python.org/3", None),
-    "rdflib": ("https://rdflib.readthedocs.io/en/latest/", None),
-    "requests": ("https://requests.readthedocs.io/en/latest/", None),
+    "python": ("/usr/share/doc/python3/html/", None),
+    "rdflib": ("/usr/share/doc/python-rdflib-doc/html/", None),
+    "requests": ("/usr/share/doc/python-requests-doc/html/", None),
     #"ruamel.yaml": ("https://yaml.readthedocs.io/en/stable/", None),
 }
 
