From: Stein Magnus Jodal <jodal@debian.org>
Date: Sun, 7 Aug 2016 22:56:09 +0200
Subject: Make intersphinx use object.inv from python-doc

---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index d7b6f7e..44d0676 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -37,7 +37,7 @@ extensions = ['sphinx.ext.autodoc',
               'sphinxcontrib.seqdiag']
 autoclass_content = 'init'
 autodoc_member_order = 'bysource'
-intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python-doc/html', None)}
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
