[Python-modules-commits] [python-webob] 02/06: Use local python{, 3}-doc for intersphinx.

Piotr Ożarowski piotr at moszumanska.debian.org
Tue Dec 27 23:11:12 UTC 2016


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

piotr pushed a commit to branch master
in repository python-webob.

commit 150691803b9e251697ac6dfae72a668e1261a480
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 bfc7d1a..76c0b6f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -152,6 +152,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