From: Brian May <bam@debian.org>
Date: Thu, 8 Oct 2015 08:57:46 -0700
Subject: Use local copies of object.inv for building documentation

Last-Update: 2019-08-12
Forwarded: not-needed
---
 docs/conf.py | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index cb35fa2..3e6d6a1 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -37,11 +37,8 @@ extensions = [
 ]
 
 intersphinx_mapping = {
-    "python": ("http://docs.python.org/dev/", None),
-    "django": (
-        "http://docs.djangoproject.com/en/stable/",
-        "http://docs.djangoproject.com/en/stable/_objects/",
-    ),
+    "python": ("/usr/share/doc/python3-doc/html", None),
+    "django": ("/usr/share/doc/python-django-doc/html", None),
 }
 
 
