Skip to content

Commit

Permalink
Merge pull request #4762 from rtfd/remove-admins-managers
Browse files Browse the repository at this point in the history
Remove Eric & Anthony from ADMINS & MANAGERS settings
  • Loading branch information
ericholscher committed Oct 23, 2018
2 parents cef5bc4 + 2346a9e commit 941a5f6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions readthedocs/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ class CommunityBaseSettings(Settings):
USE_SUBDOMAIN = False
PUBLIC_API_URL = 'https://{0}'.format(PRODUCTION_DOMAIN)

ADMINS = (
('Eric Holscher', 'eric@readthedocs.org'),
('Anthony Johnson', 'anthony@readthedocs.org'),
)
MANAGERS = ADMINS

# Email
DEFAULT_FROM_EMAIL = 'no-reply@readthedocs.org'
SERVER_EMAIL = DEFAULT_FROM_EMAIL
Expand Down

0 comments on commit 941a5f6

Please sign in to comment.