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

Tristan Seligmann mithrandi at moszumanska.debian.org
Fri Dec 16 09:33:40 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 015e068aca8144f7a69bd13e59d95f1e7f609306
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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 1647baa..c627d7d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -17,8 +17,8 @@ extensions = [
     'ext',
 ]
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/2.7', None),
-    'python3': ('https://docs.python.org/3.5', None),
+    'python': ('https://docs.python.org/2.7', '/usr/share/doc/python2.7/html/objects.inv'),
+    'python3': ('https://docs.python.org/3.5', '/usr/share/doc/python3.5/html/objects.inv'),
 }
 source_suffix = '.rst'
 master_doc = 'index'

-- 
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