diff --git a/doc/source/conf.py b/doc/source/conf.py index 2a90c75..c59a1bf 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -48,7 +48,7 @@ master_doc = 'index' # General information about the project. project = 'debtcollector' -copyright = '%s, OpenStack Foundation' % datetime.date.today().year +copyright = 'OpenStack Foundation' # If true, '()' will be appended to :func: etc. cross-reference text. add_function_parentheses = True