blob: c4e918fac5389cd371f3272c033aad2ac0fe07ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Avoid unwanted d'loading for un-needed ojects.inv files
diff -ur django-auth-ldap-1.1.4.orig/docs/source/conf.py django-auth-ldap-1.1.4/docs/source/conf.py
--- docs/source/conf.py 2013-03-10 06:01:09.000000000 +0800
+++ docs/source/conf.py 2013-05-18 23:14:35.761187583 +0800
@@ -29,13 +29,6 @@
'daldocs',
]
-intersphinx_mapping = {
- 'python': ('http://docs.python.org/', None),
- 'django': ('https://docs.djangoproject.com/en/dev/',
- 'https://docs.djangoproject.com/en/dev/_objects/'),
- 'pythonldap': ('http://python-ldap.org/doc/html/', None),
-}
-
# Add any paths that contain templates here, relative to this directory.
templates_path = ['../_templates']
|