Use the current date for the copyright statement

Change-Id: Ib40cd048d3950806ec3f240e634e3596f08d1a93
This commit is contained in:
Doug Hellmann 2014-09-10 14:45:21 -04:00
parent e82ca241cb
commit 1e28882f18
1 changed files with 2 additions and 1 deletions

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