Update Copyright year

Updating conf.py to always pull the current year to avoid needing to update
this in the future, per review feedback.

Change-Id: I1b58210dacf7df92a078ae4a67885b2ed8a1dea1
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
This commit is contained in:
Thanh Ha 2015-04-05 01:44:28 -04:00 committed by Thanh Ha
parent d0c1e6d62d
commit 3a761d8028

View File

@ -11,7 +11,7 @@
# All configuration values have a default; values that are commented out
# serve to show the default.
import sys, os
import sys, os, datetime
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
@ -43,7 +43,7 @@ master_doc = 'index'
# General information about the project.
project = u'Nodepool'
copyright = u'2014, OpenStack'
copyright = u'%s, OpenStack' % datetime.date.today().year
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.