1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Thu, 30 Jan 2025 11:09:18 +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 6e04b5d..af813af 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),
- "schema_salad": ("https://schema-salad.readthedocs.io/en/stable/", None),
- "rdflib": ("https://rdflib.readthedocs.io/en/6.2.0/", None),
+ "python": ("/usr/share/doc/python3/html/", None),
+ "schema_salad": ("/usr/share/doc/python3-schema-salad/html/", None),
+ "rdflib": ("/usr/share/doc/python-rdflib-doc/html/", None),
# "ruamel.yaml": ("https://yaml.readthedocs.io/en/stable/", None),
}
|