[Python-modules-commits] [python-tornado] 08/14: Use local objects.inv for intersphinx mapping
Ondřej Nový
onovy at moszumanska.debian.org
Fri May 12 14:52:10 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 7c7251be13fd9a646e6bec11445fb460788edbee
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