Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-01 14:02:10 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2022-01-01 14:02:10 +0300
commitf38bd8e9529d50e5cceffe3ca55be4b758529ff7 (patch)
tree7c031d01e1d8d9515f3286acfc237dfb96d4d3f4 /doc
parentb22134dcd35c9cffd5c8fe5a3f5224fcb3d3741f (diff)
parent8b7c81bc944351b98ac3d5a71d37009a5276ab4b (diff)
Merge branch '4.3.x' into 4.x
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 893761cde..e5fa0e303 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