[Python-modules-commits] [psycopg2] 01/01: local_inventory
Scott Kitterman
kitterman at moszumanska.debian.org
Wed Aug 9 05:01:15 UTC 2017
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch patch-queue/debian/master
in repository psycopg2.
commit 768513e438437fe36786d3989cbfe5e099770e4f
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date: Thu Oct 8 10:17:29 2015 -0700
local_inventory
Use local copies of object.inv for building documentation.
Doesn't need forwarding.
Patch by Scott Kitterman <scott at kitterman.com> Feb 2, 2012
Patch-Name: local_inventory
---
doc/src/conf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/src/conf.py b/doc/src/conf.py
index 9e73308..85b2967 100644
--- a/doc/src/conf.py
+++ b/doc/src/conf.py
@@ -61,8 +61,8 @@ except ImportError:
release = version
intersphinx_mapping = {
- 'py': ('http://docs.python.org/2', None),
- 'py3': ('http://docs.python.org/3', None),
+ 'py': ('/usr/share/doc/python-doc/html', None),
+ 'py3': ('/usr/share/doc/python3-doc/html', None),
}
# Pattern to generate links to the bug tracker
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/psycopg2.git
More information about the Python-modules-commits
mailing list