Use the current date for the copyright statement

Change-Id: I7ff35e7910896fb46c43ec39d22a130e58faaf49
This commit is contained in:
Doug Hellmann
2014-09-10 14:50:38 -04:00
parent 3585a11e68
commit b4f3cea2ff

View File

@@ -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
@@ -55,7 +56,7 @@ master_doc = 'index'
# General information about the project.
project = u'Nova Specs'
copyright = u'2014, OpenStack Nova Team'
copyright = u'%s, OpenStack Nova Team' % datetime.date.today().year
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.