Skip to content

Commit c33248c

Browse files
authored
Merge pull request #4520 from rtfd/davidfischer/remove-selective-static-workaround
Remove SelectiveFileSystemFolder finder workaround
2 parents 65d9759 + f155333 commit c33248c

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

readthedocs/core/static.py

Lines changed: 0 additions & 18 deletions
This file was deleted.

readthedocs/settings/base.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,6 @@ def USE_PROMOS(self): # noqa
176176
os.path.join(SITE_ROOT, 'readthedocs', 'static'),
177177
os.path.join(SITE_ROOT, 'media'),
178178
]
179-
STATICFILES_FINDERS = [
180-
'readthedocs.core.static.SelectiveFileSystemFinder',
181-
'django.contrib.staticfiles.finders.AppDirectoriesFinder',
182-
]
183179

184180
TEMPLATES = [
185181
{

0 commit comments

Comments
 (0)