replaced static with dynamically generated copyright year

This commit is contained in:
Shaily Sangwan
2016-09-13 11:37:44 +05:30
parent c3580e207b
commit fc639afa11
3 changed files with 5 additions and 6 deletions

View File

@@ -22,6 +22,7 @@
# -----------------------------------------------------------------------------
import os
import datetime
BASEDIR = os.path.dirname(os.path.abspath(__file__))
@@ -63,8 +64,8 @@ source_suffix = '.rst'
master_doc = 'index'
# General information about the project.
project = u'edX'
copyright = u'2013, EdX Doc Team'
project = 'edX'
copyright = '{year}, edX Inc. and licensed under a Creative Commons Attribution-ShareAlike 4.0 International License unless otherwise specified'.format(year=datetime.datetime.now().year)
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the