diff --git a/conf.py b/conf.py index e1d67772..8da0c1c7 100644 --- a/conf.py +++ b/conf.py @@ -15,6 +15,7 @@ import sys import os +import datetime import coalib @@ -51,7 +52,8 @@ # General information about the project. project = 'coala' -copyright = '2017, The coala Developers' +year = datetime.datetime.now().year +copyright = str(year) + ", The coala Developers" author = 'The coala Developers' # The version info for the project you're documenting, acts as replacement for