Skip to content

Commit f155333

Browse files
committed
Remove SelectiveFileSystemFolder finder workaround
1 parent 65d9759 commit f155333

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)