[Python-modules-commits] [python-tornado] 01/03: Use local objects.inv for intersphinx mapping

Ondřej Nový onovy at moszumanska.debian.org
Wed Aug 3 17:14:58 UTC 2016


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

onovy pushed a commit to branch master
in repository python-tornado.

commit a7a36e0c20aadbf8ad4dd91843660919913d39b1
Author: Ondřej Nový <onovy at debian.org>
Date:   Wed Aug 3 19:02:48 2016 +0200

    Use local objects.inv for intersphinx mapping
---
 docs/conf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/conf.py b/docs/conf.py
index a12e7a4..54b55c2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -93,7 +93,7 @@ extlinks = {
     }
 
 intersphinx_mapping = {
-    'python': ('https://docs.python.org/3.5/', None),
+    'python': ('/usr/share/doc/python3-doc/html', None),
     }
 
 on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-tornado.git



More information about the Python-modules-commits mailing list