summaryrefslogtreecommitdiff
path: root/doc/conf.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-01 02:00:29 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2021-01-01 13:40:48 +0900
commitf9968594206e538f13fa1c27c065027f10d4ea27 (patch)
tree9b704a2dd96f95ba2cdbf042b04bb73215e74410 /doc/conf.py
parent5383846ced558d592795a162182cb37310ae9577 (diff)
downloadsphinx-git-f9968594206e538f13fa1c27c065027f10d4ea27.tar.gz
A happy new year!
.. note:: $ find sphinx tests LICENSE doc/conf.py -type f -exec sed -i '' -e 's/2007\-20../2007-2021/' {} \; $ git co sphinx/locale/**/*.js sphinx/templates/epub3/mimetype
Diffstat (limited to 'doc/conf.py')
-rw-r--r--doc/conf.py2
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