From: Christian Kastner <ckk@kvr.at>
Date: Fri, 11 Sep 2020 22:37:06 +0200
Subject: sphinx: Use local inventory

Forwarded: not-needed
---
 docs/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/source/conf.py b/docs/source/conf.py
index a1de7bb..9707331 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -286,4 +286,4 @@ epub_copyright = u'2014, Matthew Rocklin'
 
 
 # Example configuration for intersphinx: refer to the Python standard library.
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {'python': ('http://docs.python.org/3', '/usr/share/doc/python3/html/objects.inv')}
