Skip to content

Commit 2346a9e

Browse files
committed
Remove Eric & Anthony from ADMINS & MANAGERS settings
These are only used for sending error email, and error email is useless at our scale. If anything, these should be production settings, not in the base RTD install :)
1 parent bd4c82b commit 2346a9e

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)