diff --git a/doc/source/conf.py b/doc/source/conf.py index 3ceab63d..bc3dbe10 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -11,6 +11,7 @@ # All configuration values have a default; values that are commented out # serve to show the default. +import datetime import sys import os @@ -53,7 +54,7 @@ master_doc = 'index' # General information about the project. project = u'Cinder Specs' -copyright = u'2014, OpenStack Cinder Team' +copyright = u'%s, OpenStack Cinder Team' % datetime.date.today().year # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.