summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2013-05-18 13:48:24 +0000
committerIan Delaney <idella4@gentoo.org>2013-05-18 13:48:24 +0000
commit93321c02e648f2fd33cceba2625132d352d661ec (patch)
treea9edd545bb6b5513a55716a6853ae78220fff0cc /dev-python/django-appconf/files
parentFix a typo in pax-utils.eclass (diff)
downloadgentoo-2-93321c02e648f2fd33cceba2625132d352d661ec.tar.gz
gentoo-2-93321c02e648f2fd33cceba2625132d352d661ec.tar.bz2
gentoo-2-93321c02e648f2fd33cceba2625132d352d661ec.zip
bump
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/django-appconf/files')
-rw-r--r--dev-python/django-appconf/files/docs.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-python/django-appconf/files/docs.patch b/dev-python/django-appconf/files/docs.patch
new file mode 100644
index 000000000000..4b5d4861adfd
--- /dev/null
+++ b/dev-python/django-appconf/files/docs.patch
@@ -0,0 +1,16 @@
+Prevent unwanted d'loading of un-needed oject.inv files in doc build
+diff -ur django-appconf-0.6.orig/docs/conf.py django-appconf-0.6/docs/conf.py
+--- docs/conf.py 2013-01-29 01:45:50.000000000 +0800
++++ docs/conf.py 2013-05-18 21:40:38.737985957 +0800
+@@ -218,11 +218,3 @@
+ ('index', 'django-appconf', u'django-appconf Documentation',
+ [u'Jannis Leidel and individual contributors'], 1)
+ ]
+-
+-
+-# Example configuration for intersphinx: refer to the Python standard library.
+-intersphinx_mapping = {
+- 'python': ('http://python.readthedocs.org/en/v2.7.2/', None),
+- 'django': ('http://django.readthedocs.org/en/latest/', None),
+- 'celery': ('http://celery.readthedocs.org/en/latest/', None),
+-}