Skip to content

Commit 4373cba

Browse files
stsewdagjohnson
authored andcommitted
Remove copyright application (#3400)
1 parent 1a053bd commit 4373cba

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed

readthedocs/settings/base.py

-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def INSTALLED_APPS(self): # noqa
7777
'django_gravatar',
7878
'rest_framework',
7979
'corsheaders',
80-
'copyright',
8180
'textclassifier',
8281
'annoying',
8382
'django_extensions',
@@ -315,7 +314,6 @@ def INSTALLED_APPS(self): # noqa
315314
# Misc application settings
316315
GLOBAL_ANALYTICS_CODE = 'UA-17997319-1'
317316
GRAVATAR_DEFAULT_IMAGE = 'https://media.readthedocs.org/images/silhouette.png' # NOQA
318-
COPY_START_YEAR = 2010
319317
RESTRICTEDSESSIONS_AUTHED_ONLY = True
320318
RESTRUCTUREDTEXT_FILTER_SETTINGS = {
321319
'cloak_email_addresses': True,

readthedocs/templates/base.html

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{% load i18n %}
2-
{% load copyrighttags %}
32
{% load core_tags %}
43
{% load static %}
54
<!DOCTYPE html>

requirements/pip.txt

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ django-kombu==0.9.4
4949
mimeparse==0.1.3
5050
mock==1.0.1
5151
stripe==1.20.2
52-
django-copyright==1.0.0
5352
django-formtools==1.0
5453
django-dynamic-fixture==1.8.5
5554
docker-py==1.3.1

0 commit comments

Comments
 (0)