diff --git a/doc/source/conf.py b/doc/source/conf.py index fcb07166..2fb1e7ec 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- +import datetime import os import sys @@ -36,7 +37,7 @@ exclude_patterns = ['_build'] # General information about the project. project = u'TaskFlow' -copyright = u'2013-2014, OpenStack Foundation' +copyright = u'%s, OpenStack Foundation' % datetime.date.today().year source_tree = 'http://git.openstack.org/cgit/openstack/taskflow/tree' # If true, '()' will be appended to :func: etc. cross-reference text.