From: Carsten Schoenert <c.schoenert@t-online.de>
Date: Wed, 11 Jun 2025 17:59:09 +0200
Subject: docs: Use local inventory for intersphinx

Forwarded: not-needed
---
 docs/conf.py | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index a7b13a0..1b3a08e 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -42,12 +42,12 @@ html_theme = "sphinx_rtd_theme"
 htmlhelp_basename = "pytest-djangodoc"
 
 intersphinx_mapping = {
-    "python": ("https://docs.python.org/3", None),
+    "python": ("/usr/share/doc/python3-doc/html", None),
     "django": (
-        "https://docs.djangoproject.com/en/stable/",
-        "https://docs.djangoproject.com/en/stable/_objects/",
+        "/usr/share/doc/python-django-doc/html",
+        None,
     ),
-    "pytest": ("https://docs.pytest.org/en/stable/", None),
+    "pytest": ("/usr/share/doc/python-pytest-doc/html", None),
 }
 
 # Warn about all references where the target cannot be found
