diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-07-19 03:21:45 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-07-24 01:04:48 (GMT) |
commit | b32fe0308c9db69ca89ea39aec8575b2f66ec10c (patch) | |
tree | 78dec6abe14ae6c09ab7be246cfa4c3aba4ff87e /doc/sphinx | |
parent | 0397c2effe338f2403ee6936ea5abd068cb4496e (diff) | |
download | SCons-b32fe0308c9db69ca89ea39aec8575b2f66ec10c.zip SCons-b32fe0308c9db69ca89ea39aec8575b2f66ec10c.tar.gz SCons-b32fe0308c9db69ca89ea39aec8575b2f66ec10c.tar.bz2 |
Update copyright date in sphinx config file
Diffstat (limited to 'doc/sphinx')
-rw-r--r-- | doc/sphinx/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/sphinx/conf.py b/doc/sphinx/conf.py index 517af50..d6d0778 100644 --- a/doc/sphinx/conf.py +++ b/doc/sphinx/conf.py @@ -69,7 +69,7 @@ master_doc = 'index' # General information about the project. project = 'SCons' -copyright = '2020, SCons Project' +copyright = '2021, SCons Project' author = 'SCons Project Team' # The version info for the project you're documenting, acts as replacement for |