summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rst/conf.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/rst/conf.py b/rst/conf.py
index f312145..851f20c 100644
--- a/rst/conf.py
+++ b/rst/conf.py
@@ -8,7 +8,8 @@ import os.path
sys.path.append(os.path.abspath('..'))
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx' ]
-intersphinx_mapping = {'python': ('http://docs.python.org/3/', None) }
+intersphinx_mapping = {'python': ('http://docs.python.org/3/',
+ '../debian/python.inv')}
templates_path = ['_templates']
source_suffix = '.rst'
source_encoding = 'utf-8'