blob: 597da6e6bb1cd991be8e28ce63cbe4b2511e77d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#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
|