diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-16 21:42:20 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-02-16 21:42:20 +0900 |
commit | 954db2bd27f2e917ac0622f6b12badf045dd0ef8 (patch) | |
tree | d68b2176ea65530b5093046e6206dfeaae3ac369 /doc/conf.py | |
parent | 81964e036b08e182fa9d58c6330a4094083f9070 (diff) | |
parent | e9c165fa5548f2af0370644b649c4452e2563044 (diff) | |
download | sphinx-git-954db2bd27f2e917ac0622f6b12badf045dd0ef8.tar.gz |
Merge branch '2.0'
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 aa513edf8..9951aed2d 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 |