Skip to content

Commit

Permalink
Remove copyright application (#3400)
Browse files Browse the repository at this point in the history
  • Loading branch information
stsewd authored and agjohnson committed Dec 14, 2017
1 parent 1a053bd commit 4373cba
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions readthedocs/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ def INSTALLED_APPS(self): # noqa
'django_gravatar',
'rest_framework',
'corsheaders',
'copyright',
'textclassifier',
'annoying',
'django_extensions',
Expand Down Expand Up @@ -315,7 +314,6 @@ def INSTALLED_APPS(self): # noqa
# Misc application settings
GLOBAL_ANALYTICS_CODE = 'UA-17997319-1'
GRAVATAR_DEFAULT_IMAGE = 'https://media.readthedocs.org/images/silhouette.png' # NOQA
COPY_START_YEAR = 2010
RESTRICTEDSESSIONS_AUTHED_ONLY = True
RESTRUCTUREDTEXT_FILTER_SETTINGS = {
'cloak_email_addresses': True,
Expand Down
1 change: 0 additions & 1 deletion readthedocs/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{% load i18n %}
{% load copyrighttags %}
{% load core_tags %}
{% load static %}
<!DOCTYPE html>
Expand Down
1 change: 0 additions & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ django-kombu==0.9.4
mimeparse==0.1.3
mock==1.0.1
stripe==1.20.2
django-copyright==1.0.0
django-formtools==1.0
django-dynamic-fixture==1.8.5
docker-py==1.3.1
Expand Down

0 comments on commit 4373cba

Please sign in to comment.