[Python-modules-commits] [python-simpy] 01/04: Use local objects.inv for intersphinx mapping
Ondřej Nový
onovy at moszumanska.debian.org
Sun Aug 7 11:11:53 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository python-simpy.
commit 777e2c9b3bab64fe2824669c41bfe3a63f53a32f
Author: Ondřej Nový <onovy at debian.org>
Date: Sun Aug 7 13:08:33 2016 +0200
Use local objects.inv for intersphinx mapping
---
docs/source/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 9b06809..bef864c 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -234,5 +234,5 @@ man_pages = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- 'http://docs.python.org/': None,
+ 'python': ('/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-simpy.git
More information about the Python-modules-commits
mailing list