[Python-modules-commits] [python-ws4py] 04/06: Make intersphinx use object.inv from python-doc
Sandro Tosi
morph at moszumanska.debian.org
Mon Feb 20 02:05:00 UTC 2017
This is an automated email from the git hooks/post-receive script.
morph pushed a commit to branch master
in repository python-ws4py.
commit 13ac903999b5f3472de0794d710e88d31793c436
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