Description: Use local doc from python3-doc for cross references
Author: Florent Rougon <f.rougon@free.fr>
Forwarded: not-needed
Last-Update: 2014-10-17

Index: pythondialog-3.2.1/doc/conf.py
===================================================================
--- pythondialog-3.2.1.orig/doc/conf.py	2014-12-08 14:57:22.044455055 +0200
+++ pythondialog-3.2.1/doc/conf.py	2014-12-08 14:57:22.040454996 +0200
@@ -35,7 +35,8 @@
     'sphinx.ext.viewcode',
 ]
 
-intersphinx_mapping = {'python': ('http://docs.python.org/3', None)}
+intersphinx_mapping = {'python': ('file:///usr/share/doc/python3/html',
+                                  '/usr/share/doc/python3/html/objects.inv')}
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']
