diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-01 13:56:19 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-01-01 13:56:19 +0900 |
commit | 7ecf6b88aa5ddaed552527d2ef60f1bd35e98ddc (patch) | |
tree | b627441cf7a3f60edf6497bb3a68f5bf5f980ebd /doc/conf.py | |
parent | 54ef601049f2f2a18117732e8d2b0cff551e48e6 (diff) | |
parent | 1346ddf3175c1a8e84db1be0d262a490f3b16df1 (diff) | |
download | sphinx-git-7ecf6b88aa5ddaed552527d2ef60f1bd35e98ddc.tar.gz |
Merge branch '3.4.x' into 3.x
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 b995cca08..9f018bc7b 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -14,7 +14,7 @@ templates_path = ['_templates'] exclude_patterns = ['_build'] project = 'Sphinx' -copyright = '2007-2020, Georg Brandl and the Sphinx team' +copyright = '2007-2021, Georg Brandl and the Sphinx team' version = sphinx.__display_version__ release = version show_authors = True |