[Python-modules-commits] [python-networkx] 04/09: Use a local copy of object.inv from doc.python.org and docs.scipy.org, instead of downloading them each time from the internet

Sandro Tosi morph at moszumanska.debian.org
Sun Jan 31 11:30:18 UTC 2016


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

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

commit 10f122ea605e382b0a4da1e7aa0fac4048a49d20
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Thu Oct 8 12:34:59 2015 -0700

    Use a local copy of object.inv from doc.python.org and docs.scipy.org, instead of downloading them each time from the internet
    
    Last-Update: 2014-06-22
    
    Patch-Name: 30_use_local_objects.inv
---
 doc/source/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/source/conf.py b/doc/source/conf.py
index 24faf00..35a1980 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -217,8 +217,8 @@ latex_documents = [('tutorial/index', 'networkx_tutorial.tex',
 #latex_appendices = ['credits']
 
 # Intersphinx mapping
-intersphinx_mapping = {'http://docs.python.org/': None,
-                       'http://docs.scipy.org/doc/numpy/': None,
+intersphinx_mapping = {'http://docs.python.org/': '../../debian/python.org_objects.inv',
+                       'http://docs.scipy.org/doc/numpy/': '../../debian/scipy.org_numpy_objects.inv',
                       }
 
 # For trac custom roles

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



More information about the Python-modules-commits mailing list