[Python-modules-commits] [python-ws4py] 04/07: Make intersphinx use object.inv from python-doc

Stein Magnus Jodal jodal at moszumanska.debian.org
Sun Aug 7 21:06:19 UTC 2016


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

jodal pushed a commit to branch master
in repository python-ws4py.

commit 750981d4c6165b945def438b4dd790c3326d03de
Author: Stein Magnus Jodal <jodal at debian.org>
Date:   Sun Aug 7 22:56:09 2016 +0200

    Make intersphinx use object.inv from python-doc
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index 8db4293..56d356b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -37,7 +37,7 @@ extensions = ['sphinx.ext.autodoc',
               'sphinxcontrib.seqdiag']
 autoclass_content = 'init'
 autodoc_member_order = 'bysource'
-intersphinx_mapping = {'python': ('http://docs.python.org/2.7', None)}
+intersphinx_mapping = {'python': ('/usr/share/doc/python-doc/html', None)}
 
 # 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-ws4py.git



More information about the Python-modules-commits mailing list