Author: Michael R. Crusoe <crusoe@debian.org>
Description: Link to the offline Python docs.
Forwarded: not-needed
--- toil.orig/docs/conf.py
+++ toil/docs/conf.py
@@ -71,7 +71,7 @@
 ]
 
 intersphinx_mapping = {
-    "python": ("https://docs.python.org/3", None),
+    "python": ("https://docs.python.org/3", f"/usr/share/doc/python{sys.version_info.major}.{sys.version_info.minor}/html/objects.inv"),
     "cwltool": ("https://cwltool.readthedocs.io/en/latest/", None),
 }
 
