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

Ondrej Novy onovy at debian.org
Mon Jan 15 13:07:43 UTC 2018


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

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

commit cc6316374c95737dbd2233796aec410306c93d03
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 5bc6635..13a098d 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -82,7 +82,7 @@ latex_documents = [
     ]
 
 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