[Python-modules-commits] [psycopg2] 02/08: local_inventory

Scott Kitterman kitterman at moszumanska.debian.org
Fri Jul 15 21:12:16 UTC 2016


This is an automated email from the git hooks/post-receive script.

kitterman pushed a commit to branch master
in repository psycopg2.

commit 6dc020277ab95f4ca61c15bdbf095993d06e0ea3
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 94ffa34..a0c7fd9 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/', None),
-    'py3': ('http://docs.python.org/3.2', 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