[Python-modules-commits] [python-simpy3] 02/05: Use local inventory when building doc instead of fetching python.org
Wolfgang Borgert
debacle at moszumanska.debian.org
Mon Sep 26 23:41:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to branch master
in repository python-simpy3.
commit e3c3ea55b3aabea73c337c508a013484fb71f4b0
Author: Larissa Reis <larissa at colivre.coop.br>
Date: Thu Oct 8 13:07:27 2015 -0700
Use local inventory when building doc instead of fetching python.org
Forwarded: not-needed
Patch-Name: use-local-intersphinx-inventory.patch
---
docs/conf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/conf.py b/docs/conf.py
index d2331b4..d99a290 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -234,7 +234,7 @@ man_pages = [
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
- 'http://docs.python.org/3/': None,
+ 'http://docs.python.org/3/': '../debian/python.org_objects.inv',
}
# Autodoc
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-simpy3.git
More information about the Python-modules-commits
mailing list