Description: Use the system copy of the Python documentation inventory
Author: Tristan Seligmann <mithrandi@debian.org>
Forwarded: no
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: mutagen-1.28/docs/conf.py
===================================================================
--- mutagen-1.28.orig/docs/conf.py	2015-05-01 01:54:45.878455357 +0200
+++ mutagen-1.28/docs/conf.py	2015-05-01 01:55:18.678998574 +0200
@@ -11,7 +11,8 @@
 
 
 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx', 'ext']
-intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None)}
+intersphinx_mapping = {'python': ('http://docs.python.org/2.7',
+                                  '/usr/share/doc/python2.7/html/objects.inv')}
 source_suffix = '.rst'
 master_doc = 'index'
 project = 'mutagen'
