diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-14 10:47:10 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-14 10:47:10 +0900 |
commit | 14e69c21ed3552afc54b8f75377317765938bb60 (patch) | |
tree | a47d674e32293ccac8d01aaf79a7a56d927f54ad /doc/conf.py | |
parent | 64f7dd2379e2e36ea2155de1d1cc855c93066c56 (diff) | |
parent | 9b38e8746835c677f60296617fcd651880efadac (diff) | |
download | sphinx-git-14e69c21ed3552afc54b8f75377317765938bb60.tar.gz |
Merge pull request #7148 from simonw/patch-1
Update copyright for 2020
Diffstat (limited to 'doc/conf.py')
-rw-r--r-- | doc/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py index 16594f038..e9ceb638e 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -14,7 +14,7 @@ templates_path = ['_templates'] exclude_patterns = ['_build'] project = 'Sphinx' -copyright = '2007-2019, Georg Brandl and the Sphinx team' +copyright = '2007-2020, Georg Brandl and the Sphinx team' version = sphinx.__display_version__ release = version show_authors = True |