[Python-modules-commits] [pythondialog] 02/06: Use local doc from python3-doc for cross references

Tristan Seligmann mithrandi at moszumanska.debian.org
Thu Jun 23 21:17:46 UTC 2016


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

mithrandi pushed a commit to branch master
in repository pythondialog.

commit a90d985ce6a7ab9e1fb5f22d2505c5f971b8954c
Author: Florent Rougon <f.rougon at free.fr>
Date:   Thu Oct 8 13:28:35 2015 -0700

    Use local doc from python3-doc for cross references
    
    Forwarded: not-needed
    Last-Update: 2014-10-17
    
    Patch-Name: use-local-python3-doc-for-cross-references
---
 doc/conf.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/conf.py b/doc/conf.py
index f6544a5..4b0f4fb 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -41,7 +41,8 @@ extensions = [
     'sphinx.ext.viewcode',
 ]
 
-intersphinx_mapping = {'python': ('http://docs.python.org/3', None)}
+intersphinx_mapping = {'python': ('file:///usr/share/doc/python3/html',
+                                  '/usr/share/doc/python3/html/objects.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/pythondialog.git



More information about the Python-modules-commits mailing list