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

@@ -241,7 +241,6 @@ extensions = [
'sphinx.ext.todo', 'sphinx.ext.coverage', 'sphinx.ext.pngmath',
'sphinx.ext.mathjax', 'sphinx.ext.viewcode', 'sphinxcontrib.napoleon']
project = u'Open edX Platform APIs'
copyright = u'2016, edX Inc. and licensed under a Creative Commons Attribution-ShareAlike 4.0 International License unless otherwise specified'
project = 'Open edX Platform APIs'
exclude_patterns = ['build', 'links.rst']