[Python-modules-commits] [python-tornado] 09/11: Use local objects.inv for intersphinx mapping
Ondřej Nový
onovy at moszumanska.debian.org
Sat Apr 8 11:17:40 UTC 2017
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-tornado.
commit 04e2fd04b7f435d5525a1d33161b1785d5cd9820
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