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

Jean-Christophe Jaskula jcjaskula-guest at moszumanska.debian.org
Sat Oct 24 18:22:44 UTC 2015


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

jcjaskula-guest pushed a commit to branch master
in repository cairocffi.

commit c60e548d413fe20495a53d6e5059d3805cb8f00b
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Thu Oct 8 08:35:05 2015 -0700

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

diff --git a/docs/conf.py b/docs/conf.py
index 345dcfb..2248a2d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -18,5 +18,5 @@ exclude_patterns = ['_build']
 autodoc_member_order = 'bysource'
 autodoc_default_flags = ['members']
 intersphinx_mapping = {
-    'http://docs.python.org/': None,
-    'http://cairographics.org/documentation/pycairo/2/': None}
+    'http://docs.python.org/': '../debian/python.org_objects.inv',
+    'http://cairographics.org/documentation/pycairo/2/': '../debian/cairographics.org_pycairo2_objects.inv'}

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



More information about the Python-modules-commits mailing list