Author: Michael R. Crusoe <crusoe@debian.org>
Description: Use the packaged version of the Python 3 docs
Forwarded: not-needed
--- python-sphinx-codeautolink.orig/docs/src/conf.py
+++ python-sphinx-codeautolink/docs/src/conf.py
@@ -40,7 +40,7 @@
 autodoc_default_options = {"members": True, "undoc-members": True}
 autodoc_typehints = "description"
 intersphinx_mapping = {
-    "python": ("https://docs.python.org/3/", None),
+    "python": ("/usr/share/doc/python3/html/", None),
     "numpy": ("https://numpy.org/doc/stable/", None),
     "matplotlib": ("https://matplotlib.org/stable/", None),
 }
--- python-sphinx-codeautolink.orig/tests/extension/ref/ref_builtins.txt
+++ python-sphinx-codeautolink/tests/extension/ref/ref_builtins.txt
@@ -5,7 +5,7 @@
     "sphinx.ext.intersphinx",
     "sphinx_codeautolink",
 ]
-intersphinx_mapping = {"python": ('https://docs.python.org/3/', None)}
+intersphinx_mapping = {"python": ('/usr/share/doc/python3/html/', None)}
 # split
 Test project
 ============
