Skip to content

Commit 941a5f6

Browse files
authored
Merge pull request #4762 from rtfd/remove-admins-managers
Remove Eric & Anthony from ADMINS & MANAGERS settings
2 parents cef5bc4 + 2346a9e commit 941a5f6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

readthedocs/settings/base.py

-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,6 @@ class CommunityBaseSettings(Settings):
4545
USE_SUBDOMAIN = False
4646
PUBLIC_API_URL = 'https://{0}'.format(PRODUCTION_DOMAIN)
4747

48-
ADMINS = (
49-
('Eric Holscher', '[email protected]'),
50-
('Anthony Johnson', '[email protected]'),
51-
)
52-
MANAGERS = ADMINS
53-
5448
# Email
5549
DEFAULT_FROM_EMAIL = '[email protected]'
5650
SERVER_EMAIL = DEFAULT_FROM_EMAIL

0 commit comments

Comments
 (0)