[Python-modules-commits] [python-webob] 03/05: Use local python{, 3}-doc for intersphinx.
Ondřej Nový
onovy at moszumanska.debian.org
Thu Jan 19 15:35:42 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-webob.
commit 9412dffb672f34a1e8ca63e9cbe187309c58d6f8
Author: Barry Warsaw <barry at python.org>
Date: Tue Jul 12 11:00:18 2016 -0400
Use local python{,3}-doc for intersphinx.
Patch-Name: intersphinx-local.patch
---
docs/conf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/conf.py b/docs/conf.py
index 321769e..8f49873 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -150,6 +150,6 @@ epub_exclude_files = ['search.html']
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- 'python': ('https://docs.python.org', None),
- 'python3': ('https://docs.python.org/3', None),
+ 'python': ('/usr/share/doc/python-doc/html', None),
+ 'python3': ('/usr/share/doc/python3-doc/html', None),
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-webob.git
More information about the Python-modules-commits
mailing list