[Python-modules-commits] [django-tables] 02/05: Use local copies of object.inv for building documentation.

Brian May bam at moszumanska.debian.org
Wed Jan 6 09:50:29 UTC 2016


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

bam pushed a commit to branch master
in repository django-tables.

commit 55b4f4fbc0e3c7922ae51188fc2358e1d0442aab
Author: Brian May <bam at debian.org>
Date:   Thu Oct 8 08:57:46 2015 -0700

    Use local copies of object.inv for building documentation.
    
    Last-Update: 2013-06-20
    
    Patch-Name: local_inventory
---
 docs/conf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/conf.py b/docs/conf.py
index 18ccc6f..69083bb 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -30,8 +30,8 @@ extensions = [
 ]
 
 intersphinx_mapping = {
-    'python': ('http://docs.python.org/dev/', None),
-    'django': ('http://docs.djangoproject.com/en/dev/', 'http://docs.djangoproject.com/en/dev/_objects/'),
+    'python': ('/usr/share/doc/python2.7-doc/html', None),
+    'django': ('/usr/share/doc/python-django-doc/html', None),
 }
 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-tables.git



More information about the Python-modules-commits mailing list