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

--- a/docs/conf.py
+++ b/docs/conf.py
@@ -39,11 +39,8 @@
 ]
 
 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),
 }
 
 
