1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
From 352dca85f1b3f477a5a7a626220ce14ed63d61c7 Mon Sep 17 00:00:00 2001
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 391c609..42f6cda 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']
|