diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-01-02 16:14:06 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-02 16:14:06 +0900 |
commit | 267e5b004d9415dd8db242a0ff18b47510391261 (patch) | |
tree | 38bca96a6678ce1adf052aa51223bd91804e3b8b /doc/conf.py | |
parent | 38c5ec13a54a2b7fcd7e70956ee99a656a651f13 (diff) | |
parent | 1b1ebd2c7539ebf6a1dfa1ea247e659f98fa9eaf (diff) | |
download | sphinx-git-267e5b004d9415dd8db242a0ff18b47510391261.tar.gz |
Merge pull request #5874 from tk0miya/happy_new_year
A happy new year!
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 89a5b0a4d..fd1272725 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -16,7 +16,7 @@ templates_path = ['_templates'] exclude_patterns = ['_build'] project = 'Sphinx' -copyright = '2007-2018, Georg Brandl and the Sphinx team' +copyright = '2007-2019, Georg Brandl and the Sphinx team' version = sphinx.__display_version__ release = version show_authors = True |