File: intersphinx

package info (click to toggle)
python-schema-salad 8.9.20250408123006-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 6,056 kB
  • sloc: python: 19,177; cpp: 2,631; cs: 1,869; java: 1,341; makefile: 187; xml: 184; sh: 103; javascript: 46
file content (18 lines) | stat: -rw-r--r-- 728 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Michael R. Crusoe <crusoe@debian.org>
Description: Link to the packaged docs.
Forwarded: not-needed
--- python-schema-salad.orig/docs/conf.py
+++ python-schema-salad/docs/conf.py
@@ -49,9 +49,9 @@
 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),
 }