summaryrefslogtreecommitdiff
path: root/dev-python/django/files/django-1.6-objects.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/django/files/django-1.6-objects.patch')
-rw-r--r--dev-python/django/files/django-1.6-objects.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/dev-python/django/files/django-1.6-objects.patch b/dev-python/django/files/django-1.6-objects.patch
deleted file mode 100644
index 597da6e6bb1c..000000000000
--- a/dev-python/django/files/django-1.6-objects.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-#Remove un-needed objects.inv files from d'loading during doc build
-diff -ur Django-1.6.1.orig/docs/conf.py Django-1.6.1/docs/conf.py
---- docs/conf.py 2013-12-12 14:37:59.000000000 -0500
-+++ docs/conf.py 2014-01-16 20:57:36.253670094 -0500
-@@ -109,12 +109,6 @@
-
- # Links to Python's docs should reference the most recent version of the 2.x
- # branch, which is located at this URL.
--intersphinx_mapping = {
-- 'python': ('http://docs.python.org/2.7', None),
-- 'sphinx': ('http://sphinx.pocoo.org/', None),
-- 'six': ('http://pythonhosted.org/six/', None),
-- 'simplejson': ('http://simplejson.readthedocs.org/en/latest/', None),
--}
-
- # Python's docs don't change every week.
- intersphinx_cache_limit = 90 # days
-