[Python-modules-commits] [mutagen] 04/07: Use the system copy of the Python documentation inventory

Tristan Seligmann mithrandi at moszumanska.debian.org
Sun May 22 07:45:46 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository mutagen.

commit 86176e9f77235e6dde8e52da0af6de810d75a55c
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Thu Oct 8 09:57:13 2015 -0700

    Use the system copy of the Python documentation inventory
    
    Forwarded: no
    Patch-Name: use-system-inventory
---
 docs/conf.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 2005945..b9f6e5f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -12,7 +12,8 @@ import mutagen
 needs_sphinx = "1.3"
 
 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'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/mutagen.git



More information about the Python-modules-commits mailing list