Author: Michael R. Crusoe <crusoe@debian.org>
Description: link to the packaged docs
Forwarded: not-needed
--- cwltool.orig/docs/conf.py
+++ cwltool/docs/conf.py
@@ -49,9 +49,9 @@
 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),
 }
 
