diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 20:04:19 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2022-01-01 20:04:19 +0900 |
commit | ce8039db1f67bd0176375ceae3a93413befec412 (patch) | |
tree | 6200a8f38a19da499b080bf70dde9f3d9df468d6 /doc/conf.py | |
parent | 6ee3dd196813ca7bbf91105d0d6e563ea1fcd202 (diff) | |
parent | f38bd8e9529d50e5cceffe3ca55be4b758529ff7 (diff) | |
download | sphinx-git-ce8039db1f67bd0176375ceae3a93413befec412.tar.gz |
Merge branch '4.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 cb958443d..3b39aa6d5 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -14,7 +14,7 @@ templates_path = ['_templates'] exclude_patterns = ['_build'] project = 'Sphinx' -copyright = '2007-2021, Georg Brandl and the Sphinx team' +copyright = '2007-2022, Georg Brandl and the Sphinx team' version = sphinx.__display_version__ release = version show_authors = True |