[Python-modules-commits] [django-tables] 03/07: Use local copies of object.inv for building documentation.
Brian May
bam at moszumanska.debian.org
Tue May 3 01:55:24 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 0260f088cc55b749f8fa9ea87f6fe8720b8e1145
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 42836f5..2082598 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -28,8 +28,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