[Python-modules-commits] [python-numpy] 05/13: Use a local copy of object.inv from doc.python.org, instead of downloading it each time from the internet

Sandro Tosi morph at moszumanska.debian.org
Sun Dec 18 03:18:45 UTC 2016


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

morph pushed a commit to branch master
in repository python-numpy.

commit 8505e775c4b9d898f2c4e3194f0fa846a125cf6e
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Sun Oct 11 10:12:16 2015 -0700

    Use a local copy of object.inv from doc.python.org, instead of downloading it each time from the internet
    
    Patch-Name: 10_use_local_python.org_object.inv_sphinx.diff
---
 doc/source/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 8c18e42..faa289c 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -200,7 +200,7 @@ texinfo_documents = [
 # Intersphinx configuration
 # -----------------------------------------------------------------------------
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/dev', None),
+    'python': ('https://docs.python.org/dev', '../../debian/python.org_objects.inv'),
     'scipy': ('https://docs.scipy.org/doc/scipy/reference', None),
     'matplotlib': ('http://matplotlib.org', None)
 }

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



More information about the Python-modules-commits mailing list