[Python-modules-commits] [python-llfuse] 05/08: Use local intersphinx inventory

Nikolaus Rath nikratio-guest at moszumanska.debian.org
Mon Feb 1 18:32:47 UTC 2016


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

nikratio-guest pushed a commit to branch master
in repository python-llfuse.

commit eebc91afcb443f6144fde2f0708fc4a493221afd
Author: Nikolaus Rath <Nikolaus at rath.org>
Date:   Thu Oct 8 12:24:34 2015 -0700

    Use local intersphinx inventory
    
    Forwarded: not-needed
    Last-Update: 2011-07-06
     Instead of downloading the Python intersphinx directory
     at build time, use the cached copy shipped in debian/.
    Patch-Name: use-local-intersphinx-inventory.patch
---
 rst/conf.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rst/conf.py b/rst/conf.py
index 2290db6..f64251a 100644
--- a/rst/conf.py
+++ b/rst/conf.py
@@ -27,7 +27,8 @@ extensions = ['sphinx.ext.autodoc', 'sphinx.ext.intersphinx',
               'sphinx_cython' ]
 
 # Link to Python standard library
-intersphinx_mapping = {'python': ('http://docs.python.org/3/', None) }
+intersphinx_mapping = {'python': ('http://docs.python.org/3/',
+                                  '../debian/python.inv')}
 
 # Add any paths that contain templates here, relative to this directory.
 templates_path = ['_templates']

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



More information about the Python-modules-commits mailing list