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),
}
|