summaryrefslogtreecommitdiffstats
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 18e7c3f96..4b6300fa0 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -83,7 +83,7 @@ master_doc = 'index'
# General substitutions.
project = 'Deluge'
current_year = date.today().year
-copyright = '2008-%s, Deluge Team' % current_year
+copyright = '2008-%s, Deluge Team' % current_year # noqa: A001
# The default replacements for |version| and |release|, also used in various
# other places throughout the built documents.