From: "Michael R. Crusoe" <crusoe@debian.org>
Date: Tue, 23 Jan 2024 12:48:46 +0100
Subject: Link to the offline Python docs.

Forwarded: not-needed
Last-Update: 2024-06-18
---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index a26d25a..e1daea4 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -71,8 +71,8 @@ extensions = [
 ]
 
 intersphinx_mapping = {
-    "python": ("https://docs.python.org/3", None),
-    "cwltool": ("https://cwltool.readthedocs.io/en/latest/", None),
+    "python": ("/usr/share/doc/python3/html", None),
+    "cwltool": ("/usr/share/doc/cwltool/html", None),
 }
 
 # Link definitions available everywhere so we don't need to keep repeating ourselves.
