diff --git a/conf.py b/conf.py index 4753b47..2300c06 100644 --- a/conf.py +++ b/conf.py @@ -17,7 +17,9 @@ # make it absolute, like shown here. #sys.path.append(os.path.abspath('some/directory')) -import sys, os +import sys +import os +import datetime # General configuration # --------------------- @@ -37,7 +39,8 @@ # General substitutions. project = 'pylonsrtd' -copyright = '2011, Agendaless Consulting ' +year = datetime.date.today().year +copyright = '2011-{0} Agendaless Consulting '.format(year) # The default replacements for |version| and |release|, also used in various # other places throughout the built documents.