diff --git a/LICENSE b/LICENSE
index 2249594da..021d9dbdc 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
License for Sphinx
==================
-Copyright (c) 2007-2021 by the Sphinx team (see AUTHORS file).
+Copyright (c) 2007-2022 by the Sphinx team (see AUTHORS file).
All rights reserved.
Redistribution and use in source and binary forms, with or without
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
diff --git a/sphinx/__init__.py b/sphinx/__init__.py
index 307426eb7..494790319 100644
--- a/sphinx/__init__.py
+++ b/sphinx/__init__.py
@@ -4,7 +4,7 @@
The Sphinx documentation toolchain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/__main__.py b/sphinx/__main__.py
index 6192f52ae..daff05441 100644
--- a/sphinx/__main__.py
+++ b/sphinx/__main__.py
@@ -4,7 +4,7 @@
The Sphinx documentation toolchain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/addnodes.py b/sphinx/addnodes.py
index a90b75798..dc8fae0ba 100644
--- a/sphinx/addnodes.py
+++ b/sphinx/addnodes.py
@@ -4,7 +4,7 @@
Additional docutils nodes.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/application.py b/sphinx/application.py
index 475f08853..7a763a3ad 100644
--- a/sphinx/application.py
+++ b/sphinx/application.py
@@ -6,7 +6,7 @@
Gracefully adapted from the TextPress system by Armin.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/__init__.py b/sphinx/builders/__init__.py
index 64c621a1c..93e256ebd 100644
--- a/sphinx/builders/__init__.py
+++ b/sphinx/builders/__init__.py
@@ -4,7 +4,7 @@
Builder superclass for all builders.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/_epub_base.py b/sphinx/builders/_epub_base.py
index 672ce7242..ab4eda4dd 100644
--- a/sphinx/builders/_epub_base.py
+++ b/sphinx/builders/_epub_base.py
@@ -4,7 +4,7 @@
Base class of epub2/epub3 builders.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/changes.py b/sphinx/builders/changes.py
index 5e51499f9..0086fa158 100644
--- a/sphinx/builders/changes.py
+++ b/sphinx/builders/changes.py
@@ -4,7 +4,7 @@
Changelog builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/dirhtml.py b/sphinx/builders/dirhtml.py
index 9365889bd..82af09be1 100644
--- a/sphinx/builders/dirhtml.py
+++ b/sphinx/builders/dirhtml.py
@@ -4,7 +4,7 @@
Directory HTML builders.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/dummy.py b/sphinx/builders/dummy.py
index 722e70d1c..cddf8e7b8 100644
--- a/sphinx/builders/dummy.py
+++ b/sphinx/builders/dummy.py
@@ -4,7 +4,7 @@
Do syntax checks, but no writing.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/epub3.py b/sphinx/builders/epub3.py
index be69e87ef..b1a3f520e 100644
--- a/sphinx/builders/epub3.py
+++ b/sphinx/builders/epub3.py
@@ -5,7 +5,7 @@
Build epub3 files.
Originally derived from epub.py.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/gettext.py b/sphinx/builders/gettext.py
index 58f9cc40d..53660aa5a 100644
--- a/sphinx/builders/gettext.py
+++ b/sphinx/builders/gettext.py
@@ -4,7 +4,7 @@
The MessageCatalogBuilder class.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/html/__init__.py b/sphinx/builders/html/__init__.py
index 6e732538b..4e12a1720 100644
--- a/sphinx/builders/html/__init__.py
+++ b/sphinx/builders/html/__init__.py
@@ -4,7 +4,7 @@
Several HTML builders.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/html/transforms.py b/sphinx/builders/html/transforms.py
index 338c87b7f..8c50ce0c4 100644
--- a/sphinx/builders/html/transforms.py
+++ b/sphinx/builders/html/transforms.py
@@ -4,7 +4,7 @@
Transforms for HTML builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/latex/__init__.py b/sphinx/builders/latex/__init__.py
index a37a35e61..aa707bd5b 100644
--- a/sphinx/builders/latex/__init__.py
+++ b/sphinx/builders/latex/__init__.py
@@ -4,7 +4,7 @@
LaTeX builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/latex/constants.py b/sphinx/builders/latex/constants.py
index 1fe92a9ac..25caf1736 100644
--- a/sphinx/builders/latex/constants.py
+++ b/sphinx/builders/latex/constants.py
@@ -4,7 +4,7 @@
consntants for LaTeX builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/latex/nodes.py b/sphinx/builders/latex/nodes.py
index eaed6b862..95b5211f5 100644
--- a/sphinx/builders/latex/nodes.py
+++ b/sphinx/builders/latex/nodes.py
@@ -4,7 +4,7 @@
Additional nodes for LaTeX writer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/latex/theming.py b/sphinx/builders/latex/theming.py
index d5c53a58b..b2e3a4dff 100644
--- a/sphinx/builders/latex/theming.py
+++ b/sphinx/builders/latex/theming.py
@@ -4,7 +4,7 @@
Theming support for LaTeX builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/latex/transforms.py b/sphinx/builders/latex/transforms.py
index b85a9827c..343c36cea 100644
--- a/sphinx/builders/latex/transforms.py
+++ b/sphinx/builders/latex/transforms.py
@@ -4,7 +4,7 @@
Transforms for LaTeX builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/latex/util.py b/sphinx/builders/latex/util.py
index 4f2391c4e..6b797c9a2 100644
--- a/sphinx/builders/latex/util.py
+++ b/sphinx/builders/latex/util.py
@@ -4,7 +4,7 @@
Utilities for LaTeX builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/linkcheck.py b/sphinx/builders/linkcheck.py
index 3d35b9b6b..1f9d601e4 100644
--- a/sphinx/builders/linkcheck.py
+++ b/sphinx/builders/linkcheck.py
@@ -4,7 +4,7 @@
The CheckExternalLinksBuilder class.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/manpage.py b/sphinx/builders/manpage.py
index 9d8fd5e67..88c2c9db5 100644
--- a/sphinx/builders/manpage.py
+++ b/sphinx/builders/manpage.py
@@ -4,7 +4,7 @@
Manual pages builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/singlehtml.py b/sphinx/builders/singlehtml.py
index 13c1c2f86..344e062b9 100644
--- a/sphinx/builders/singlehtml.py
+++ b/sphinx/builders/singlehtml.py
@@ -4,7 +4,7 @@
Single HTML builders.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/texinfo.py b/sphinx/builders/texinfo.py
index 2b28ce400..4a2c58143 100644
--- a/sphinx/builders/texinfo.py
+++ b/sphinx/builders/texinfo.py
@@ -4,7 +4,7 @@
Texinfo builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/text.py b/sphinx/builders/text.py
index 2ac1b2878..6363e11a0 100644
--- a/sphinx/builders/text.py
+++ b/sphinx/builders/text.py
@@ -4,7 +4,7 @@
Plain-text Sphinx builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/builders/xml.py b/sphinx/builders/xml.py
index 865820c36..9dd3afb54 100644
--- a/sphinx/builders/xml.py
+++ b/sphinx/builders/xml.py
@@ -4,7 +4,7 @@
Docutils-native XML and pseudo-XML builders.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/cmd/__init__.py b/sphinx/cmd/__init__.py
index 583e50ed7..d77014547 100644
--- a/sphinx/cmd/__init__.py
+++ b/sphinx/cmd/__init__.py
@@ -4,6 +4,6 @@
Modules for command line executables.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/cmd/build.py b/sphinx/cmd/build.py
index 9df13e930..77e3cd44f 100644
--- a/sphinx/cmd/build.py
+++ b/sphinx/cmd/build.py
@@ -4,7 +4,7 @@
Build documentation from a provided source.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/cmd/make_mode.py b/sphinx/cmd/make_mode.py
index 242329ae0..cad0eeabb 100644
--- a/sphinx/cmd/make_mode.py
+++ b/sphinx/cmd/make_mode.py
@@ -10,7 +10,7 @@
This is in its own module so that importing it is fast. It should not
import the main Sphinx modules (like sphinx.applications, sphinx.builders).
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/cmd/quickstart.py b/sphinx/cmd/quickstart.py
index ca30f97be..01e7e3b16 100644
--- a/sphinx/cmd/quickstart.py
+++ b/sphinx/cmd/quickstart.py
@@ -4,7 +4,7 @@
Quickly setup documentation source to work with Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/config.py b/sphinx/config.py
index 05bcdeccc..38ed1d388 100644
--- a/sphinx/config.py
+++ b/sphinx/config.py
@@ -4,7 +4,7 @@
Build configuration file handling.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/deprecation.py b/sphinx/deprecation.py
index 3963e6361..5b95f8b99 100644
--- a/sphinx/deprecation.py
+++ b/sphinx/deprecation.py
@@ -4,7 +4,7 @@
Sphinx deprecation classes and utilities.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/directives/__init__.py b/sphinx/directives/__init__.py
index 8e8d65f03..b0635dcb0 100644
--- a/sphinx/directives/__init__.py
+++ b/sphinx/directives/__init__.py
@@ -4,7 +4,7 @@
Handlers for additional ReST directives.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/directives/code.py b/sphinx/directives/code.py
index 12ab51c58..8bead7163 100644
--- a/sphinx/directives/code.py
+++ b/sphinx/directives/code.py
@@ -2,7 +2,7 @@
sphinx.directives.code
~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/directives/other.py b/sphinx/directives/other.py
index 03eb6d3d2..367a58c74 100644
--- a/sphinx/directives/other.py
+++ b/sphinx/directives/other.py
@@ -2,7 +2,7 @@
sphinx.directives.other
~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/directives/patches.py b/sphinx/directives/patches.py
index dd01cb34a..f01423a88 100644
--- a/sphinx/directives/patches.py
+++ b/sphinx/directives/patches.py
@@ -2,7 +2,7 @@
sphinx.directives.patches
~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/__init__.py b/sphinx/domains/__init__.py
index dbfad258c..4252baf65 100644
--- a/sphinx/domains/__init__.py
+++ b/sphinx/domains/__init__.py
@@ -5,7 +5,7 @@
Support for domains, which are groupings of description directives
and roles describing e.g. constructs of one programming language.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/c.py b/sphinx/domains/c.py
index dff8bef00..196937692 100644
--- a/sphinx/domains/c.py
+++ b/sphinx/domains/c.py
@@ -4,7 +4,7 @@
The C language domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/changeset.py b/sphinx/domains/changeset.py
index 81c81c288..2dbc84e91 100644
--- a/sphinx/domains/changeset.py
+++ b/sphinx/domains/changeset.py
@@ -4,7 +4,7 @@
The changeset domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/citation.py b/sphinx/domains/citation.py
index 0e859acb4..ca3d6082e 100644
--- a/sphinx/domains/citation.py
+++ b/sphinx/domains/citation.py
@@ -4,7 +4,7 @@
The citation domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py
index b22ee0b13..8733a19cf 100644
--- a/sphinx/domains/cpp.py
+++ b/sphinx/domains/cpp.py
@@ -4,7 +4,7 @@
The C++ language domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/index.py b/sphinx/domains/index.py
index 975ab7000..975992b83 100644
--- a/sphinx/domains/index.py
+++ b/sphinx/domains/index.py
@@ -4,7 +4,7 @@
The index domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/javascript.py b/sphinx/domains/javascript.py
index e2dfb72b1..59e4740ba 100644
--- a/sphinx/domains/javascript.py
+++ b/sphinx/domains/javascript.py
@@ -4,7 +4,7 @@
The JavaScript domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/math.py b/sphinx/domains/math.py
index aa6f9422d..ebc4da371 100644
--- a/sphinx/domains/math.py
+++ b/sphinx/domains/math.py
@@ -4,7 +4,7 @@
The math domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/python.py b/sphinx/domains/python.py
index 5402ce37a..693b3f822 100644
--- a/sphinx/domains/python.py
+++ b/sphinx/domains/python.py
@@ -4,7 +4,7 @@
The Python domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/rst.py b/sphinx/domains/rst.py
index 539a610bb..543a38e97 100644
--- a/sphinx/domains/rst.py
+++ b/sphinx/domains/rst.py
@@ -4,7 +4,7 @@
The reStructuredText domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/domains/std.py b/sphinx/domains/std.py
index d08c65668..bd02f1c76 100644
--- a/sphinx/domains/std.py
+++ b/sphinx/domains/std.py
@@ -4,7 +4,7 @@
The standard domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/__init__.py b/sphinx/environment/__init__.py
index 0b677cac4..0f7dbd8c7 100644
--- a/sphinx/environment/__init__.py
+++ b/sphinx/environment/__init__.py
@@ -4,7 +4,7 @@
Global creation environment.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/adapters/__init__.py b/sphinx/environment/adapters/__init__.py
index 1e763cb01..168bd6ba6 100644
--- a/sphinx/environment/adapters/__init__.py
+++ b/sphinx/environment/adapters/__init__.py
@@ -4,6 +4,6 @@
Sphinx environment adapters
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/adapters/asset.py b/sphinx/environment/adapters/asset.py
index f16a5f7d3..af5f79e96 100644
--- a/sphinx/environment/adapters/asset.py
+++ b/sphinx/environment/adapters/asset.py
@@ -4,7 +4,7 @@
Assets adapter for sphinx.environment.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/adapters/indexentries.py b/sphinx/environment/adapters/indexentries.py
index a2c20abd8..562462fbf 100644
--- a/sphinx/environment/adapters/indexentries.py
+++ b/sphinx/environment/adapters/indexentries.py
@@ -4,7 +4,7 @@
Index entries adapters for sphinx.environment.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/adapters/toctree.py b/sphinx/environment/adapters/toctree.py
index 53328e812..5a9e26d6d 100644
--- a/sphinx/environment/adapters/toctree.py
+++ b/sphinx/environment/adapters/toctree.py
@@ -4,7 +4,7 @@
Toctree adapter for sphinx.environment.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/collectors/__init__.py b/sphinx/environment/collectors/__init__.py
index f4020431f..ba7c20636 100644
--- a/sphinx/environment/collectors/__init__.py
+++ b/sphinx/environment/collectors/__init__.py
@@ -4,7 +4,7 @@
The data collector components for sphinx.environment.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/collectors/asset.py b/sphinx/environment/collectors/asset.py
index 0a696aa8d..44a1248cc 100644
--- a/sphinx/environment/collectors/asset.py
+++ b/sphinx/environment/collectors/asset.py
@@ -4,7 +4,7 @@
The image collector for sphinx.environment.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/collectors/dependencies.py b/sphinx/environment/collectors/dependencies.py
index cd8de918f..4138c4c15 100644
--- a/sphinx/environment/collectors/dependencies.py
+++ b/sphinx/environment/collectors/dependencies.py
@@ -4,7 +4,7 @@
The dependencies collector components for sphinx.environment.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/collectors/metadata.py b/sphinx/environment/collectors/metadata.py
index c3a0aa2f4..3165b0389 100644
--- a/sphinx/environment/collectors/metadata.py
+++ b/sphinx/environment/collectors/metadata.py
@@ -4,7 +4,7 @@
The metadata collector components for sphinx.environment.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/collectors/title.py b/sphinx/environment/collectors/title.py
index 28e967427..f522231c8 100644
--- a/sphinx/environment/collectors/title.py
+++ b/sphinx/environment/collectors/title.py
@@ -4,7 +4,7 @@
The title collector components for sphinx.environment.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/environment/collectors/toctree.py b/sphinx/environment/collectors/toctree.py
index 921fc83de..032703365 100644
--- a/sphinx/environment/collectors/toctree.py
+++ b/sphinx/environment/collectors/toctree.py
@@ -4,7 +4,7 @@
Toctree collector for sphinx.environment.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/errors.py b/sphinx/errors.py
index d84d8c4c6..c90dd10d0 100644
--- a/sphinx/errors.py
+++ b/sphinx/errors.py
@@ -5,7 +5,7 @@
Contains SphinxError and a few subclasses (in an extra module to avoid
circular import problems).
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/events.py b/sphinx/events.py
index 634fdc6ca..46cea6827 100644
--- a/sphinx/events.py
+++ b/sphinx/events.py
@@ -6,7 +6,7 @@
Gracefully adapted from the TextPress system by Armin.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/__init__.py b/sphinx/ext/__init__.py
index 80c185741..803691ca3 100644
--- a/sphinx/ext/__init__.py
+++ b/sphinx/ext/__init__.py
@@ -4,6 +4,6 @@
Contains Sphinx features not activated by default.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/apidoc.py b/sphinx/ext/apidoc.py
index 39bb514fc..e8133baab 100644
--- a/sphinx/ext/apidoc.py
+++ b/sphinx/ext/apidoc.py
@@ -10,7 +10,7 @@
Copyright 2008 Société des arts technologiques (SAT),
https://sat.qc.ca/
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autodoc/__init__.py b/sphinx/ext/autodoc/__init__.py
index 5ada06a6a..3a77f2449 100644
--- a/sphinx/ext/autodoc/__init__.py
+++ b/sphinx/ext/autodoc/__init__.py
@@ -6,7 +6,7 @@
the doctree, thus avoiding duplication between docstrings and documentation
for those who like elaborate docstrings.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autodoc/deprecated.py b/sphinx/ext/autodoc/deprecated.py
index 80a94f0ea..22c9f46b6 100644
--- a/sphinx/ext/autodoc/deprecated.py
+++ b/sphinx/ext/autodoc/deprecated.py
@@ -4,7 +4,7 @@
The deprecated Documenters for autodoc.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autodoc/directive.py b/sphinx/ext/autodoc/directive.py
index 2cb2fbabd..8b8048f8a 100644
--- a/sphinx/ext/autodoc/directive.py
+++ b/sphinx/ext/autodoc/directive.py
@@ -2,7 +2,7 @@
sphinx.ext.autodoc.directive
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autodoc/importer.py b/sphinx/ext/autodoc/importer.py
index c4ff30422..b1bf28ec8 100644
--- a/sphinx/ext/autodoc/importer.py
+++ b/sphinx/ext/autodoc/importer.py
@@ -4,7 +4,7 @@
Importer utilities for autodoc
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autodoc/mock.py b/sphinx/ext/autodoc/mock.py
index ec8c01087..36b2836f3 100644
--- a/sphinx/ext/autodoc/mock.py
+++ b/sphinx/ext/autodoc/mock.py
@@ -4,7 +4,7 @@
mock for autodoc
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autodoc/preserve_defaults.py b/sphinx/ext/autodoc/preserve_defaults.py
index 54411d2b6..8ce16b37a 100644
--- a/sphinx/ext/autodoc/preserve_defaults.py
+++ b/sphinx/ext/autodoc/preserve_defaults.py
@@ -5,7 +5,7 @@
Preserve the default argument values of function signatures in source code
and keep them not evaluated for readability.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autodoc/type_comment.py b/sphinx/ext/autodoc/type_comment.py
index 4db13c695..95ba6f6b7 100644
--- a/sphinx/ext/autodoc/type_comment.py
+++ b/sphinx/ext/autodoc/type_comment.py
@@ -4,7 +4,7 @@
Update annotations info of living objects using type_comments.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autodoc/typehints.py b/sphinx/ext/autodoc/typehints.py
index f4b4dd35e..810c77c21 100644
--- a/sphinx/ext/autodoc/typehints.py
+++ b/sphinx/ext/autodoc/typehints.py
@@ -4,7 +4,7 @@
Generating content for autodoc using typehints
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autosectionlabel.py b/sphinx/ext/autosectionlabel.py
index be8ad0bc1..0fe1857e2 100644
--- a/sphinx/ext/autosectionlabel.py
+++ b/sphinx/ext/autosectionlabel.py
@@ -4,7 +4,7 @@
Allow reference sections by :ref: role using its title.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autosummary/__init__.py b/sphinx/ext/autosummary/__init__.py
index 298c90138..0b86edcf0 100644
--- a/sphinx/ext/autosummary/__init__.py
+++ b/sphinx/ext/autosummary/__init__.py
@@ -48,7 +48,7 @@
resolved to a Python object, and otherwise it becomes simple emphasis.
This can be used as the default role to make links 'smart'.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/autosummary/generate.py b/sphinx/ext/autosummary/generate.py
index 87cd0d64e..d9f0ba6e1 100644
--- a/sphinx/ext/autosummary/generate.py
+++ b/sphinx/ext/autosummary/generate.py
@@ -13,7 +13,7 @@
generate:
sphinx-autogen -o source/generated source/*.rst
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/coverage.py b/sphinx/ext/coverage.py
index 75460348e..2a7e08f8b 100644
--- a/sphinx/ext/coverage.py
+++ b/sphinx/ext/coverage.py
@@ -5,7 +5,7 @@
Check Python modules and C API for coverage. Mostly written by Josip
Dzolonga for the Google Highly Open Participation contest.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/doctest.py b/sphinx/ext/doctest.py
index 242356b61..990bf33ef 100644
--- a/sphinx/ext/doctest.py
+++ b/sphinx/ext/doctest.py
@@ -5,7 +5,7 @@
Mimic doctest by automatically executing code snippets and checking
their results.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/duration.py b/sphinx/ext/duration.py
index f714dedfb..b65703472 100644
--- a/sphinx/ext/duration.py
+++ b/sphinx/ext/duration.py
@@ -4,7 +4,7 @@
Measure durations of Sphinx processing.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/extlinks.py b/sphinx/ext/extlinks.py
index 71591febb..1ca428cc0 100644
--- a/sphinx/ext/extlinks.py
+++ b/sphinx/ext/extlinks.py
@@ -21,7 +21,7 @@
Both, the url string and the caption string must escape ``%`` as ``%%``.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/githubpages.py b/sphinx/ext/githubpages.py
index e760bb4b6..0ea25ba52 100644
--- a/sphinx/ext/githubpages.py
+++ b/sphinx/ext/githubpages.py
@@ -4,7 +4,7 @@
To publish HTML docs at GitHub Pages, create .nojekyll file.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/graphviz.py b/sphinx/ext/graphviz.py
index b1c5ca481..ad248993d 100644
--- a/sphinx/ext/graphviz.py
+++ b/sphinx/ext/graphviz.py
@@ -5,7 +5,7 @@
Allow graphviz-formatted graphs to be included in Sphinx-generated
documents inline.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/ifconfig.py b/sphinx/ext/ifconfig.py
index 0e42984da..f14300838 100644
--- a/sphinx/ext/ifconfig.py
+++ b/sphinx/ext/ifconfig.py
@@ -15,7 +15,7 @@
namespace of the project configuration (that is, all variables from
``conf.py`` are available.)
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/imgconverter.py b/sphinx/ext/imgconverter.py
index 84fe6549c..5a1653037 100644
--- a/sphinx/ext/imgconverter.py
+++ b/sphinx/ext/imgconverter.py
@@ -4,7 +4,7 @@
Image converter extension for Sphinx
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/imgmath.py b/sphinx/ext/imgmath.py
index 1c22dec92..565deb5ff 100644
--- a/sphinx/ext/imgmath.py
+++ b/sphinx/ext/imgmath.py
@@ -4,7 +4,7 @@
Render math in HTML via dvipng or dvisvgm.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/inheritance_diagram.py b/sphinx/ext/inheritance_diagram.py
index 377f85d3a..cf4626c0b 100644
--- a/sphinx/ext/inheritance_diagram.py
+++ b/sphinx/ext/inheritance_diagram.py
@@ -31,7 +31,7 @@ r"""
The graph is inserted as a PNG+image map into HTML and a PDF in
LaTeX.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/intersphinx.py b/sphinx/ext/intersphinx.py
index d5f92d6fb..7f3588ade 100644
--- a/sphinx/ext/intersphinx.py
+++ b/sphinx/ext/intersphinx.py
@@ -19,7 +19,7 @@
also be specified individually, e.g. if the docs should be buildable
without Internet access.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/linkcode.py b/sphinx/ext/linkcode.py
index e88ba4c96..b9c165ca4 100644
--- a/sphinx/ext/linkcode.py
+++ b/sphinx/ext/linkcode.py
@@ -4,7 +4,7 @@
Add external links to module code in Python object descriptions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/mathjax.py b/sphinx/ext/mathjax.py
index 30d038d84..7b85799ec 100644
--- a/sphinx/ext/mathjax.py
+++ b/sphinx/ext/mathjax.py
@@ -6,7 +6,7 @@
Sphinx's HTML writer -- requires the MathJax JavaScript library on your
webserver/computer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/napoleon/__init__.py b/sphinx/ext/napoleon/__init__.py
index 6fb1c3cb3..557ed7735 100644
--- a/sphinx/ext/napoleon/__init__.py
+++ b/sphinx/ext/napoleon/__init__.py
@@ -4,7 +4,7 @@
Support for NumPy and Google style docstrings.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/napoleon/docstring.py b/sphinx/ext/napoleon/docstring.py
index d8cb75a5f..96cb5be85 100644
--- a/sphinx/ext/napoleon/docstring.py
+++ b/sphinx/ext/napoleon/docstring.py
@@ -6,7 +6,7 @@
Classes for docstring parsing and formatting.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/napoleon/iterators.py b/sphinx/ext/napoleon/iterators.py
index 0e865ad81..f4d4c2423 100644
--- a/sphinx/ext/napoleon/iterators.py
+++ b/sphinx/ext/napoleon/iterators.py
@@ -6,7 +6,7 @@
A collection of helpful iterators.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/todo.py b/sphinx/ext/todo.py
index beab0976d..dd7434022 100644
--- a/sphinx/ext/todo.py
+++ b/sphinx/ext/todo.py
@@ -7,7 +7,7 @@
all todos of your project and lists them along with a backlink to the
original location.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/ext/viewcode.py b/sphinx/ext/viewcode.py
index bd1346daa..d7eb33fc6 100644
--- a/sphinx/ext/viewcode.py
+++ b/sphinx/ext/viewcode.py
@@ -4,7 +4,7 @@
Add links to module code in Python object descriptions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/extension.py b/sphinx/extension.py
index 34bf7763a..890a5d8a7 100644
--- a/sphinx/extension.py
+++ b/sphinx/extension.py
@@ -4,7 +4,7 @@
Utilities for Sphinx extensions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/highlighting.py b/sphinx/highlighting.py
index addd0d45c..200f41b33 100644
--- a/sphinx/highlighting.py
+++ b/sphinx/highlighting.py
@@ -4,7 +4,7 @@
Highlight code blocks using Pygments.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/io.py b/sphinx/io.py
index 193aab478..b52ce094f 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -4,7 +4,7 @@
Input/Output files
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import codecs
diff --git a/sphinx/jinja2glue.py b/sphinx/jinja2glue.py
index f1b57537f..525a4a994 100644
--- a/sphinx/jinja2glue.py
+++ b/sphinx/jinja2glue.py
@@ -4,7 +4,7 @@
Glue code for the jinja2 templating engine.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/parsers.py b/sphinx/parsers.py
index 7f17de85e..3204c0a1b 100644
--- a/sphinx/parsers.py
+++ b/sphinx/parsers.py
@@ -4,7 +4,7 @@
A Base class for additional parsers.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/project.py b/sphinx/project.py
index 6b31e5cba..156a08578 100644
--- a/sphinx/project.py
+++ b/sphinx/project.py
@@ -4,7 +4,7 @@
Utility function and classes for Sphinx projects.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/pycode/__init__.py b/sphinx/pycode/__init__.py
index 8e79385e2..681bfa38b 100644
--- a/sphinx/pycode/__init__.py
+++ b/sphinx/pycode/__init__.py
@@ -4,7 +4,7 @@
Utilities parsing and analyzing Python code.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/pycode/ast.py b/sphinx/pycode/ast.py
index 7bba423b4..9e1d23ccc 100644
--- a/sphinx/pycode/ast.py
+++ b/sphinx/pycode/ast.py
@@ -4,7 +4,7 @@
Helpers for AST (Abstract Syntax Tree).
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/pycode/parser.py b/sphinx/pycode/parser.py
index 6b566c4c4..5034fe9d5 100644
--- a/sphinx/pycode/parser.py
+++ b/sphinx/pycode/parser.py
@@ -4,7 +4,7 @@
Utilities parsing and analyzing Python code.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import inspect
diff --git a/sphinx/pygments_styles.py b/sphinx/pygments_styles.py
index 1046826af..d81aa2879 100644
--- a/sphinx/pygments_styles.py
+++ b/sphinx/pygments_styles.py
@@ -4,7 +4,7 @@
Sphinx theme specific highlighting styles.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/registry.py b/sphinx/registry.py
index 543e5802b..201d0c20d 100644
--- a/sphinx/registry.py
+++ b/sphinx/registry.py
@@ -4,7 +4,7 @@
Sphinx component registry.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/roles.py b/sphinx/roles.py
index e194db5bc..ba778ce12 100644
--- a/sphinx/roles.py
+++ b/sphinx/roles.py
@@ -4,7 +4,7 @@
Handlers for additional ReST roles.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/__init__.py b/sphinx/search/__init__.py
index 3c7dce895..16b9fb0ed 100644
--- a/sphinx/search/__init__.py
+++ b/sphinx/search/__init__.py
@@ -4,7 +4,7 @@
Create a full-text search index for offline search.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import html
diff --git a/sphinx/search/da.py b/sphinx/search/da.py
index 9c6ed3c94..6ef91b86f 100644
--- a/sphinx/search/da.py
+++ b/sphinx/search/da.py
@@ -4,7 +4,7 @@
Danish search language: includes the JS Danish stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/de.py b/sphinx/search/de.py
index 3e87fe6d9..58ea6942c 100644
--- a/sphinx/search/de.py
+++ b/sphinx/search/de.py
@@ -4,7 +4,7 @@
German search language: includes the JS German stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/en.py b/sphinx/search/en.py
index b33769cec..81ff1ae80 100644
--- a/sphinx/search/en.py
+++ b/sphinx/search/en.py
@@ -4,7 +4,7 @@
English search language: includes the JS porter stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/es.py b/sphinx/search/es.py
index 57f0e3a08..137a09063 100644
--- a/sphinx/search/es.py
+++ b/sphinx/search/es.py
@@ -4,7 +4,7 @@
Spanish search language: includes the JS Spanish stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/fi.py b/sphinx/search/fi.py
index e4d01c553..313ddd158 100644
--- a/sphinx/search/fi.py
+++ b/sphinx/search/fi.py
@@ -4,7 +4,7 @@
Finnish search language: includes the JS Finnish stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/fr.py b/sphinx/search/fr.py
index 4e87d5c92..eea1fb507 100644
--- a/sphinx/search/fr.py
+++ b/sphinx/search/fr.py
@@ -4,7 +4,7 @@
French search language: includes the JS French stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/hu.py b/sphinx/search/hu.py
index bfee1e856..365439d92 100644
--- a/sphinx/search/hu.py
+++ b/sphinx/search/hu.py
@@ -4,7 +4,7 @@
Hungarian search language: includes the JS Hungarian stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/it.py b/sphinx/search/it.py
index ad545f18d..da042820f 100644
--- a/sphinx/search/it.py
+++ b/sphinx/search/it.py
@@ -4,7 +4,7 @@
Italian search language: includes the JS Italian stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/ja.py b/sphinx/search/ja.py
index e739f1d16..1d5ebb605 100644
--- a/sphinx/search/ja.py
+++ b/sphinx/search/ja.py
@@ -4,7 +4,7 @@
Japanese search language: includes routine to split words.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/jssplitter.py b/sphinx/search/jssplitter.py
index 9b879772a..4403347ed 100644
--- a/sphinx/search/jssplitter.py
+++ b/sphinx/search/jssplitter.py
@@ -6,7 +6,7 @@
DO NOT EDIT. This is generated by utils/jssplitter_generator.py
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/nl.py b/sphinx/search/nl.py
index 2216fbe05..744c7f5d8 100644
--- a/sphinx/search/nl.py
+++ b/sphinx/search/nl.py
@@ -4,7 +4,7 @@
Dutch search language: includes the JS porter stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/no.py b/sphinx/search/no.py
index db7945231..bff65537f 100644
--- a/sphinx/search/no.py
+++ b/sphinx/search/no.py
@@ -4,7 +4,7 @@
Norwegian search language: includes the JS Norwegian stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/pt.py b/sphinx/search/pt.py
index 501c6e4e7..41c2e6004 100644
--- a/sphinx/search/pt.py
+++ b/sphinx/search/pt.py
@@ -4,7 +4,7 @@
Portuguese search language: includes the JS Portuguese stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/ro.py b/sphinx/search/ro.py
index 7b592d1c8..3736142d2 100644
--- a/sphinx/search/ro.py
+++ b/sphinx/search/ro.py
@@ -4,7 +4,7 @@
Romanian search language: includes the JS Romanian stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/ru.py b/sphinx/search/ru.py
index 53b5970b6..b3c2990be 100644
--- a/sphinx/search/ru.py
+++ b/sphinx/search/ru.py
@@ -4,7 +4,7 @@
Russian search language: includes the JS Russian stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/sv.py b/sphinx/search/sv.py
index dde90fd6d..29d2764ef 100644
--- a/sphinx/search/sv.py
+++ b/sphinx/search/sv.py
@@ -4,7 +4,7 @@
Swedish search language: includes the JS Swedish stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/tr.py b/sphinx/search/tr.py
index 8d9d1fade..86075291c 100644
--- a/sphinx/search/tr.py
+++ b/sphinx/search/tr.py
@@ -4,7 +4,7 @@
Turkish search language: includes the JS Turkish stemmer.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/search/zh.py b/sphinx/search/zh.py
index 747152505..0daa4af2a 100644
--- a/sphinx/search/zh.py
+++ b/sphinx/search/zh.py
@@ -4,7 +4,7 @@
Chinese search language: includes routine to split words.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/setup_command.py b/sphinx/setup_command.py
index 1fc55bc15..ab5441394 100644
--- a/sphinx/setup_command.py
+++ b/sphinx/setup_command.py
@@ -7,7 +7,7 @@
:author: Sebastian Wiesner
:contact: basti.wiesner@gmx.net
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/templates/graphviz/graphviz.css b/sphinx/templates/graphviz/graphviz.css
index b340734c7..19e7afd38 100644
--- a/sphinx/templates/graphviz/graphviz.css
+++ b/sphinx/templates/graphviz/graphviz.css
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- graphviz extension.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/testing/__init__.py b/sphinx/testing/__init__.py
index 67263eff9..c28c0ce0a 100644
--- a/sphinx/testing/__init__.py
+++ b/sphinx/testing/__init__.py
@@ -9,6 +9,6 @@
pytest_plugins = 'sphinx.testing.fixtures'
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/testing/comparer.py b/sphinx/testing/comparer.py
index 642cc8444..395fe1f74 100644
--- a/sphinx/testing/comparer.py
+++ b/sphinx/testing/comparer.py
@@ -4,7 +4,7 @@
Sphinx test comparer for pytest
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import difflib
diff --git a/sphinx/testing/fixtures.py b/sphinx/testing/fixtures.py
index daad5a7f6..317933ee7 100644
--- a/sphinx/testing/fixtures.py
+++ b/sphinx/testing/fixtures.py
@@ -4,7 +4,7 @@
Sphinx test fixtures for pytest
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/testing/path.py b/sphinx/testing/path.py
index e8509d5ba..b16a9fff3 100644
--- a/sphinx/testing/path.py
+++ b/sphinx/testing/path.py
@@ -2,7 +2,7 @@
sphinx.testing.path
~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/testing/restructuredtext.py b/sphinx/testing/restructuredtext.py
index bb095b410..59dcd37aa 100644
--- a/sphinx/testing/restructuredtext.py
+++ b/sphinx/testing/restructuredtext.py
@@ -2,7 +2,7 @@
sphinx.testing.restructuredtext
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/testing/util.py b/sphinx/testing/util.py
index 941184fe7..e2630df28 100644
--- a/sphinx/testing/util.py
+++ b/sphinx/testing/util.py
@@ -4,7 +4,7 @@
Sphinx test suite utilities
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import functools
diff --git a/sphinx/themes/agogo/layout.html b/sphinx/themes/agogo/layout.html
index 855ec8ccb..e89657ba1 100644
--- a/sphinx/themes/agogo/layout.html
+++ b/sphinx/themes/agogo/layout.html
@@ -5,7 +5,7 @@
Sphinx layout template for the agogo theme, originally written
by Andi Albrecht.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}
diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t
index 0c78e4345..08a4db0cc 100644
--- a/sphinx/themes/agogo/static/agogo.css_t
+++ b/sphinx/themes/agogo/static/agogo.css_t
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- agogo theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/basic/defindex.html b/sphinx/themes/basic/defindex.html
index 8ca5748ac..6f370f2c2 100644
--- a/sphinx/themes/basic/defindex.html
+++ b/sphinx/themes/basic/defindex.html
@@ -4,7 +4,7 @@
Default template for the "index" page.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}{{ warn('Now base template defindex.html is deprecated.') }}
{%- extends "layout.html" %}
diff --git a/sphinx/themes/basic/domainindex.html b/sphinx/themes/basic/domainindex.html
index 1ccab0286..9b4b0ccac 100644
--- a/sphinx/themes/basic/domainindex.html
+++ b/sphinx/themes/basic/domainindex.html
@@ -4,7 +4,7 @@
Template for domain indices (module index, ...).
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
diff --git a/sphinx/themes/basic/genindex-single.html b/sphinx/themes/basic/genindex-single.html
index 1182fdada..faf9e6ef0 100644
--- a/sphinx/themes/basic/genindex-single.html
+++ b/sphinx/themes/basic/genindex-single.html
@@ -4,7 +4,7 @@
Template for a "single" page of a split index.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{% macro indexentries(firstname, links) %}
diff --git a/sphinx/themes/basic/genindex-split.html b/sphinx/themes/basic/genindex-split.html
index 8b79dc8dc..aa8b7853e 100644
--- a/sphinx/themes/basic/genindex-split.html
+++ b/sphinx/themes/basic/genindex-split.html
@@ -4,7 +4,7 @@
Template for a "split" index overview page.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
diff --git a/sphinx/themes/basic/genindex.html b/sphinx/themes/basic/genindex.html
index 7f16c3544..470acf41d 100644
--- a/sphinx/themes/basic/genindex.html
+++ b/sphinx/themes/basic/genindex.html
@@ -4,7 +4,7 @@
Template for an "all-in-one" index.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
diff --git a/sphinx/themes/basic/globaltoc.html b/sphinx/themes/basic/globaltoc.html
index 5ac0abbd4..47ba991e1 100644
--- a/sphinx/themes/basic/globaltoc.html
+++ b/sphinx/themes/basic/globaltoc.html
@@ -4,7 +4,7 @@
Sphinx sidebar template: global table of contents.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
diff --git a/sphinx/themes/basic/layout.html b/sphinx/themes/basic/layout.html
index df0707220..a78bdf54f 100644
--- a/sphinx/themes/basic/layout.html
+++ b/sphinx/themes/basic/layout.html
@@ -4,7 +4,7 @@
Master layout template for Sphinx themes.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- block doctype -%}{%- if html5_doctype %}
diff --git a/sphinx/themes/basic/localtoc.html b/sphinx/themes/basic/localtoc.html
index 750f5daa0..efb590a06 100644
--- a/sphinx/themes/basic/localtoc.html
+++ b/sphinx/themes/basic/localtoc.html
@@ -4,7 +4,7 @@
Sphinx sidebar template: local table of contents.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- if display_toc %}
diff --git a/sphinx/themes/basic/page.html b/sphinx/themes/basic/page.html
index 5878bdeeb..a02f44020 100644
--- a/sphinx/themes/basic/page.html
+++ b/sphinx/themes/basic/page.html
@@ -4,7 +4,7 @@
Master template for simple pages.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
diff --git a/sphinx/themes/basic/relations.html b/sphinx/themes/basic/relations.html
index db478b719..ac8308fcc 100644
--- a/sphinx/themes/basic/relations.html
+++ b/sphinx/themes/basic/relations.html
@@ -4,7 +4,7 @@
Sphinx sidebar template: relation links.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- if prev %}
diff --git a/sphinx/themes/basic/search.html b/sphinx/themes/basic/search.html
index 443a7e4fe..96bb9b9b4 100644
--- a/sphinx/themes/basic/search.html
+++ b/sphinx/themes/basic/search.html
@@ -4,7 +4,7 @@
Template for the search page.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
diff --git a/sphinx/themes/basic/searchbox.html b/sphinx/themes/basic/searchbox.html
index e0094cd78..2fa7e235b 100644
--- a/sphinx/themes/basic/searchbox.html
+++ b/sphinx/themes/basic/searchbox.html
@@ -4,7 +4,7 @@
Sphinx sidebar template: quick search box.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- if pagename != "search" and builder != "singlehtml" %}
diff --git a/sphinx/themes/basic/sourcelink.html b/sphinx/themes/basic/sourcelink.html
index 512611230..3b5b91d99 100644
--- a/sphinx/themes/basic/sourcelink.html
+++ b/sphinx/themes/basic/sourcelink.html
@@ -4,7 +4,7 @@
Sphinx sidebar template: "show source" link.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- if show_source and has_source and sourcename %}
diff --git a/sphinx/themes/basic/static/basic.css_t b/sphinx/themes/basic/static/basic.css_t
index 2dff556b4..f3b433e37 100644
--- a/sphinx/themes/basic/static/basic.css_t
+++ b/sphinx/themes/basic/static/basic.css_t
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- basic theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/basic/static/doctools.js b/sphinx/themes/basic/static/doctools.js
index 8cbf1b161..b6fba5f1e 100644
--- a/sphinx/themes/basic/static/doctools.js
+++ b/sphinx/themes/basic/static/doctools.js
@@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for all documentation.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/basic/static/language_data.js_t b/sphinx/themes/basic/static/language_data.js_t
index efa154df6..9811d4529 100644
--- a/sphinx/themes/basic/static/language_data.js_t
+++ b/sphinx/themes/basic/static/language_data.js_t
@@ -5,7 +5,7 @@
* This script contains the language-specific data used by searchtools.js,
* namely the list of stopwords, stemmer, scorer and splitter.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/basic/static/searchtools.js b/sphinx/themes/basic/static/searchtools.js
index 002e9c4a2..2d7785937 100644
--- a/sphinx/themes/basic/static/searchtools.js
+++ b/sphinx/themes/basic/static/searchtools.js
@@ -4,7 +4,7 @@
*
* Sphinx JavaScript utilities for the full-text search.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/classic/layout.html b/sphinx/themes/classic/layout.html
index dbb30b98c..e9443ae52 100644
--- a/sphinx/themes/classic/layout.html
+++ b/sphinx/themes/classic/layout.html
@@ -4,7 +4,7 @@
Sphinx layout template for the classic theme.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}
diff --git a/sphinx/themes/classic/static/classic.css_t b/sphinx/themes/classic/static/classic.css_t
index 4a31edf6a..d432b5102 100644
--- a/sphinx/themes/classic/static/classic.css_t
+++ b/sphinx/themes/classic/static/classic.css_t
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- classic theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/classic/static/sidebar.js_t b/sphinx/themes/classic/static/sidebar.js_t
index e1d323b24..df934a45e 100644
--- a/sphinx/themes/classic/static/sidebar.js_t
+++ b/sphinx/themes/classic/static/sidebar.js_t
@@ -16,7 +16,7 @@
* Once the browser is closed the cookie is deleted and the position
* reset to the default (expanded).
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/epub/epub-cover.html b/sphinx/themes/epub/epub-cover.html
index 70a5a556b..b421d4479 100644
--- a/sphinx/themes/epub/epub-cover.html
+++ b/sphinx/themes/epub/epub-cover.html
@@ -4,7 +4,7 @@
Sample template for the html cover page.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "layout.html" %}
diff --git a/sphinx/themes/epub/layout.html b/sphinx/themes/epub/layout.html
index 4f52fc891..63eaed84e 100644
--- a/sphinx/themes/epub/layout.html
+++ b/sphinx/themes/epub/layout.html
@@ -4,7 +4,7 @@
Sphinx layout template for the epub theme.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}
diff --git a/sphinx/themes/epub/static/epub.css_t b/sphinx/themes/epub/static/epub.css_t
index 9c9ca8565..981baaab0 100644
--- a/sphinx/themes/epub/static/epub.css_t
+++ b/sphinx/themes/epub/static/epub.css_t
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- epub theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/haiku/layout.html b/sphinx/themes/haiku/layout.html
index 50ab798a9..cf1bd077b 100644
--- a/sphinx/themes/haiku/layout.html
+++ b/sphinx/themes/haiku/layout.html
@@ -4,7 +4,7 @@
Sphinx layout template for the haiku theme.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}
diff --git a/sphinx/themes/haiku/static/haiku.css_t b/sphinx/themes/haiku/static/haiku.css_t
index fa9f77b9d..b338d94bd 100644
--- a/sphinx/themes/haiku/static/haiku.css_t
+++ b/sphinx/themes/haiku/static/haiku.css_t
@@ -16,7 +16,7 @@
* Braden Ewing
* Humdinger
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/nature/static/nature.css_t b/sphinx/themes/nature/static/nature.css_t
index 3dd748dda..28a4f64c9 100644
--- a/sphinx/themes/nature/static/nature.css_t
+++ b/sphinx/themes/nature/static/nature.css_t
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- nature theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/nonav/layout.html b/sphinx/themes/nonav/layout.html
index d39800c18..264bce94f 100644
--- a/sphinx/themes/nonav/layout.html
+++ b/sphinx/themes/nonav/layout.html
@@ -4,7 +4,7 @@
Sphinx layout template for the any help system theme.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}
diff --git a/sphinx/themes/nonav/static/nonav.css b/sphinx/themes/nonav/static/nonav.css
index c2d28a26b..98d2163a4 100644
--- a/sphinx/themes/nonav/static/nonav.css
+++ b/sphinx/themes/nonav/static/nonav.css
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- nonav theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/pyramid/static/epub.css b/sphinx/themes/pyramid/static/epub.css
index 6e5722fd6..165f41d5d 100644
--- a/sphinx/themes/pyramid/static/epub.css
+++ b/sphinx/themes/pyramid/static/epub.css
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- default theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/pyramid/static/pyramid.css_t b/sphinx/themes/pyramid/static/pyramid.css_t
index 9857f2850..c8c05af3b 100644
--- a/sphinx/themes/pyramid/static/pyramid.css_t
+++ b/sphinx/themes/pyramid/static/pyramid.css_t
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- pylons theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/scrolls/layout.html b/sphinx/themes/scrolls/layout.html
index 066d9f668..575544680 100644
--- a/sphinx/themes/scrolls/layout.html
+++ b/sphinx/themes/scrolls/layout.html
@@ -5,7 +5,7 @@
Sphinx layout template for the scrolls theme, originally written
by Armin Ronacher.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
#}
{%- extends "basic/layout.html" %}
diff --git a/sphinx/themes/scrolls/static/scrolls.css_t b/sphinx/themes/scrolls/static/scrolls.css_t
index 48b5af5fe..58bc7dedc 100644
--- a/sphinx/themes/scrolls/static/scrolls.css_t
+++ b/sphinx/themes/scrolls/static/scrolls.css_t
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- scrolls theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t b/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t
index 4be04ce71..1ff1d0291 100644
--- a/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t
+++ b/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t
@@ -5,7 +5,7 @@
* Sphinx stylesheet -- sphinxdoc theme. Originally created by
* Armin Ronacher for Werkzeug.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/themes/traditional/static/traditional.css_t b/sphinx/themes/traditional/static/traditional.css_t
index bd648b47e..f98b33719 100644
--- a/sphinx/themes/traditional/static/traditional.css_t
+++ b/sphinx/themes/traditional/static/traditional.css_t
@@ -4,7 +4,7 @@
*
* Sphinx stylesheet -- traditional docs.python.org theme.
*
- * :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ * :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
*
*/
diff --git a/sphinx/theming.py b/sphinx/theming.py
index f5004022d..d8dca34b0 100644
--- a/sphinx/theming.py
+++ b/sphinx/theming.py
@@ -4,7 +4,7 @@
Theming support for HTML builders.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/transforms/__init__.py b/sphinx/transforms/__init__.py
index 663e6da68..e122a69b4 100644
--- a/sphinx/transforms/__init__.py
+++ b/sphinx/transforms/__init__.py
@@ -4,7 +4,7 @@
Docutils transforms used by Sphinx when reading documents.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/transforms/compact_bullet_list.py b/sphinx/transforms/compact_bullet_list.py
index e7f040a18..b43d0fb3e 100644
--- a/sphinx/transforms/compact_bullet_list.py
+++ b/sphinx/transforms/compact_bullet_list.py
@@ -4,7 +4,7 @@
Docutils transforms used by Sphinx when reading documents.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/transforms/i18n.py b/sphinx/transforms/i18n.py
index 8ef7987f9..cac69b74f 100644
--- a/sphinx/transforms/i18n.py
+++ b/sphinx/transforms/i18n.py
@@ -4,7 +4,7 @@
Docutils transforms used by Sphinx when reading documents.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/transforms/post_transforms/__init__.py b/sphinx/transforms/post_transforms/__init__.py
index c199aa3d7..098f004c7 100644
--- a/sphinx/transforms/post_transforms/__init__.py
+++ b/sphinx/transforms/post_transforms/__init__.py
@@ -4,7 +4,7 @@
Docutils transforms used by Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/transforms/post_transforms/code.py b/sphinx/transforms/post_transforms/code.py
index 3c4c0ebab..5f31a434d 100644
--- a/sphinx/transforms/post_transforms/code.py
+++ b/sphinx/transforms/post_transforms/code.py
@@ -4,7 +4,7 @@
transforms for code-blocks.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/transforms/post_transforms/images.py b/sphinx/transforms/post_transforms/images.py
index d243ea712..d2929dca8 100644
--- a/sphinx/transforms/post_transforms/images.py
+++ b/sphinx/transforms/post_transforms/images.py
@@ -4,7 +4,7 @@
Docutils transforms used by Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/transforms/references.py b/sphinx/transforms/references.py
index c1afd0a2f..82e8043bb 100644
--- a/sphinx/transforms/references.py
+++ b/sphinx/transforms/references.py
@@ -4,7 +4,7 @@
Docutils transforms used by Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/__init__.py b/sphinx/util/__init__.py
index b7b33a820..8a3b52fbf 100644
--- a/sphinx/util/__init__.py
+++ b/sphinx/util/__init__.py
@@ -4,7 +4,7 @@
Utility functions for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/build_phase.py b/sphinx/util/build_phase.py
index 07a5ee7cd..b8221e5d5 100644
--- a/sphinx/util/build_phase.py
+++ b/sphinx/util/build_phase.py
@@ -4,7 +4,7 @@
Build phase of Sphinx application.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/cfamily.py b/sphinx/util/cfamily.py
index 3aa22c625..a86cb6f4b 100644
--- a/sphinx/util/cfamily.py
+++ b/sphinx/util/cfamily.py
@@ -4,7 +4,7 @@
Utility functions common to the C and C++ domains.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py
index 73ca5bc27..ae481de9b 100644
--- a/sphinx/util/compat.py
+++ b/sphinx/util/compat.py
@@ -4,7 +4,7 @@
modules for backward compatibility
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/console.py b/sphinx/util/console.py
index 0fb6cc672..48b566283 100644
--- a/sphinx/util/console.py
+++ b/sphinx/util/console.py
@@ -4,7 +4,7 @@
Format colored console output.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/docfields.py b/sphinx/util/docfields.py
index 49ee26789..0ea78229d 100644
--- a/sphinx/util/docfields.py
+++ b/sphinx/util/docfields.py
@@ -5,7 +5,7 @@
"Doc fields" are reST field lists in object descriptions that will
be domain-specifically transformed to a more appealing presentation.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from typing import TYPE_CHECKING, Any, Dict, List, Tuple, Type, Union, cast
diff --git a/sphinx/util/docstrings.py b/sphinx/util/docstrings.py
index d81d7dd99..620edf8c7 100644
--- a/sphinx/util/docstrings.py
+++ b/sphinx/util/docstrings.py
@@ -4,7 +4,7 @@
Utilities for docstring processing.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/docutils.py b/sphinx/util/docutils.py
index c3d385306..9b896d992 100644
--- a/sphinx/util/docutils.py
+++ b/sphinx/util/docutils.py
@@ -4,7 +4,7 @@
Utility functions for docutils.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/fileutil.py b/sphinx/util/fileutil.py
index 37c038855..c46a81cb6 100644
--- a/sphinx/util/fileutil.py
+++ b/sphinx/util/fileutil.py
@@ -4,7 +4,7 @@
File utility functions for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/i18n.py b/sphinx/util/i18n.py
index 02b42cf0b..511a9abee 100644
--- a/sphinx/util/i18n.py
+++ b/sphinx/util/i18n.py
@@ -4,7 +4,7 @@
Builder superclass for all builders.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/images.py b/sphinx/util/images.py
index a2a31f55b..12a253791 100644
--- a/sphinx/util/images.py
+++ b/sphinx/util/images.py
@@ -4,7 +4,7 @@
Image utility functions for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/inspect.py b/sphinx/util/inspect.py
index c67369e89..34b3665a1 100644
--- a/sphinx/util/inspect.py
+++ b/sphinx/util/inspect.py
@@ -4,7 +4,7 @@
Helpers for inspecting Python modules.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/inventory.py b/sphinx/util/inventory.py
index a7a68304f..a208affec 100644
--- a/sphinx/util/inventory.py
+++ b/sphinx/util/inventory.py
@@ -4,7 +4,7 @@
Inventory utility functions for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os
diff --git a/sphinx/util/jsdump.py b/sphinx/util/jsdump.py
index 6d534cb3a..7db70dd5c 100644
--- a/sphinx/util/jsdump.py
+++ b/sphinx/util/jsdump.py
@@ -5,7 +5,7 @@
This module implements a simple JavaScript serializer.
Uses the basestring encode function from simplejson by Bob Ippolito.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/logging.py b/sphinx/util/logging.py
index ef36e3cf1..bcf8bf63d 100644
--- a/sphinx/util/logging.py
+++ b/sphinx/util/logging.py
@@ -4,7 +4,7 @@
Logging utility functions for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/matching.py b/sphinx/util/matching.py
index 1e7f9883a..a89acf9a8 100644
--- a/sphinx/util/matching.py
+++ b/sphinx/util/matching.py
@@ -4,7 +4,7 @@
Pattern-matching utility functions for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/math.py b/sphinx/util/math.py
index 229e09d36..664859624 100644
--- a/sphinx/util/math.py
+++ b/sphinx/util/math.py
@@ -4,7 +4,7 @@
Utility functions for math.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/nodes.py b/sphinx/util/nodes.py
index c0700f3bb..27a21af4b 100644
--- a/sphinx/util/nodes.py
+++ b/sphinx/util/nodes.py
@@ -4,7 +4,7 @@
Docutils node-related utility functions for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/osutil.py b/sphinx/util/osutil.py
index 8e3d7afda..2bbc25c98 100644
--- a/sphinx/util/osutil.py
+++ b/sphinx/util/osutil.py
@@ -4,7 +4,7 @@
Operating system-related utility functions for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/parallel.py b/sphinx/util/parallel.py
index d7abc81df..3f348a8b5 100644
--- a/sphinx/util/parallel.py
+++ b/sphinx/util/parallel.py
@@ -4,7 +4,7 @@
Parallel building utilities.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/png.py b/sphinx/util/png.py
index 2ab5a836f..c40f653e6 100644
--- a/sphinx/util/png.py
+++ b/sphinx/util/png.py
@@ -4,7 +4,7 @@
PNG image manipulation helpers.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/pycompat.py b/sphinx/util/pycompat.py
index bb0c0b685..2b9b67be9 100644
--- a/sphinx/util/pycompat.py
+++ b/sphinx/util/pycompat.py
@@ -4,7 +4,7 @@
Stuff for Python version compatibility.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/requests.py b/sphinx/util/requests.py
index 8ae435d41..bd9a94338 100644
--- a/sphinx/util/requests.py
+++ b/sphinx/util/requests.py
@@ -4,7 +4,7 @@
Simple requests package loader
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/rst.py b/sphinx/util/rst.py
index 26e63cc2a..320efa618 100644
--- a/sphinx/util/rst.py
+++ b/sphinx/util/rst.py
@@ -4,7 +4,7 @@
reST helper functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/stemmer/__init__.py b/sphinx/util/stemmer/__init__.py
index 6470dfe2b..65ef04350 100644
--- a/sphinx/util/stemmer/__init__.py
+++ b/sphinx/util/stemmer/__init__.py
@@ -4,7 +4,7 @@
Word stemming utilities for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/tags.py b/sphinx/util/tags.py
index 1499123e5..67c023643 100644
--- a/sphinx/util/tags.py
+++ b/sphinx/util/tags.py
@@ -2,7 +2,7 @@
sphinx.util.tags
~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/template.py b/sphinx/util/template.py
index a61008602..5d5de52be 100644
--- a/sphinx/util/template.py
+++ b/sphinx/util/template.py
@@ -4,7 +4,7 @@
Templates utility functions for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/texescape.py b/sphinx/util/texescape.py
index 8dcc08a9b..7efbb29ae 100644
--- a/sphinx/util/texescape.py
+++ b/sphinx/util/texescape.py
@@ -4,7 +4,7 @@
TeX escaping helper.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/util/typing.py b/sphinx/util/typing.py
index 259384ec7..41ae187e0 100644
--- a/sphinx/util/typing.py
+++ b/sphinx/util/typing.py
@@ -4,7 +4,7 @@
The composite types for Sphinx.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/versioning.py b/sphinx/versioning.py
index 6824efe17..c007dd7b4 100644
--- a/sphinx/versioning.py
+++ b/sphinx/versioning.py
@@ -5,7 +5,7 @@
Implements the low-level algorithms Sphinx uses for the versioning of
doctrees.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import pickle
diff --git a/sphinx/writers/__init__.py b/sphinx/writers/__init__.py
index 34a5d36f3..0f8451bc9 100644
--- a/sphinx/writers/__init__.py
+++ b/sphinx/writers/__init__.py
@@ -4,6 +4,6 @@
Custom docutils writers.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/writers/html.py b/sphinx/writers/html.py
index fead4c61d..80ee520c0 100644
--- a/sphinx/writers/html.py
+++ b/sphinx/writers/html.py
@@ -4,7 +4,7 @@
docutils writers handling Sphinx' custom nodes.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/writers/html5.py b/sphinx/writers/html5.py
index bba07f447..81d469d82 100644
--- a/sphinx/writers/html5.py
+++ b/sphinx/writers/html5.py
@@ -4,7 +4,7 @@
Experimental docutils writers for HTML5 handling Sphinx's custom nodes.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/writers/latex.py b/sphinx/writers/latex.py
index 6f7e20241..b0165106a 100644
--- a/sphinx/writers/latex.py
+++ b/sphinx/writers/latex.py
@@ -7,7 +7,7 @@
Much of this code is adapted from Dave Kuhlman's "docpy" writer from his
docutils sandbox.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/writers/manpage.py b/sphinx/writers/manpage.py
index bcf4e98b3..d0f494a64 100644
--- a/sphinx/writers/manpage.py
+++ b/sphinx/writers/manpage.py
@@ -4,7 +4,7 @@
Manual page writer, extended for Sphinx custom nodes.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/writers/texinfo.py b/sphinx/writers/texinfo.py
index 9a281dc9a..2abdc87de 100644
--- a/sphinx/writers/texinfo.py
+++ b/sphinx/writers/texinfo.py
@@ -4,7 +4,7 @@
Custom docutils writer for Texinfo.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/sphinx/writers/text.py b/sphinx/writers/text.py
index ba310e072..5fff6cfda 100644
--- a/sphinx/writers/text.py
+++ b/sphinx/writers/text.py
@@ -4,7 +4,7 @@
Custom docutils writer for plain text.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import math
diff --git a/sphinx/writers/xml.py b/sphinx/writers/xml.py
index ef261fde2..f9fb22784 100644
--- a/sphinx/writers/xml.py
+++ b/sphinx/writers/xml.py
@@ -4,7 +4,7 @@
Docutils-native XML and pseudo-XML writers.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/conftest.py b/tests/conftest.py
index 5580f672b..dd1a04513 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -2,7 +2,7 @@
pytest config for sphinx/tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/roots/test-changes/conf.py b/tests/roots/test-changes/conf.py
index ec67b9c59..2fedcb199 100644
--- a/tests/roots/test-changes/conf.py
+++ b/tests/roots/test-changes/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
project = 'Sphinx ChangesBuilder tests'
-copyright = '2007-2021 by the Sphinx team, see AUTHORS'
+copyright = '2007-2022 by the Sphinx team, see AUTHORS'
version = '0.6'
release = '0.6alpha1'
diff --git a/tests/test_api_translator.py b/tests/test_api_translator.py
index fddcd9d65..dd721355b 100644
--- a/tests/test_api_translator.py
+++ b/tests/test_api_translator.py
@@ -4,7 +4,7 @@
Test the Sphinx API for translator.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_application.py b/tests/test_application.py
index 94ddd04cf..fc85f193d 100644
--- a/tests/test_application.py
+++ b/tests/test_application.py
@@ -4,7 +4,7 @@
Test the Sphinx class.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build.py b/tests/test_build.py
index b0d1896b9..76de332ee 100644
--- a/tests/test_build.py
+++ b/tests/test_build.py
@@ -4,7 +4,7 @@
Test all builders.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_changes.py b/tests/test_build_changes.py
index c6cbd497d..65307ba92 100644
--- a/tests/test_build_changes.py
+++ b/tests/test_build_changes.py
@@ -4,7 +4,7 @@
Test the ChangesBuilder class.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_dirhtml.py b/tests/test_build_dirhtml.py
index 086b8426b..a7a90623c 100644
--- a/tests/test_build_dirhtml.py
+++ b/tests/test_build_dirhtml.py
@@ -4,7 +4,7 @@
Test dirhtml builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_epub.py b/tests/test_build_epub.py
index 45a01b13c..851e8ac9d 100644
--- a/tests/test_build_epub.py
+++ b/tests/test_build_epub.py
@@ -4,7 +4,7 @@
Test the HTML builder and check output against XPath.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_gettext.py b/tests/test_build_gettext.py
index 92ec384b5..9398dfe5f 100644
--- a/tests/test_build_gettext.py
+++ b/tests/test_build_gettext.py
@@ -4,7 +4,7 @@
Test the build process with gettext builder with the test root.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index a1d4717e7..f6b48ef5b 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -4,7 +4,7 @@
Test the HTML builder and check output against XPath.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py
index e0cfce953..7b0f94aac 100644
--- a/tests/test_build_latex.py
+++ b/tests/test_build_latex.py
@@ -4,7 +4,7 @@
Test the build process with LaTeX builder with the test root.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_linkcheck.py b/tests/test_build_linkcheck.py
index cfb508808..358db6a4e 100644
--- a/tests/test_build_linkcheck.py
+++ b/tests/test_build_linkcheck.py
@@ -4,7 +4,7 @@
Test the build process with manpage builder with the test root.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_manpage.py b/tests/test_build_manpage.py
index e2479e4de..1a14c9bf7 100644
--- a/tests/test_build_manpage.py
+++ b/tests/test_build_manpage.py
@@ -4,7 +4,7 @@
Test the build process with manpage builder with the test root.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_texinfo.py b/tests/test_build_texinfo.py
index bece3a558..601de1587 100644
--- a/tests/test_build_texinfo.py
+++ b/tests/test_build_texinfo.py
@@ -4,7 +4,7 @@
Test the build process with Texinfo builder with the test root.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_build_text.py b/tests/test_build_text.py
index e3d8ff111..c080d2ad2 100644
--- a/tests/test_build_text.py
+++ b/tests/test_build_text.py
@@ -4,7 +4,7 @@
Test the build process with Text builder with the test root.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_builder.py b/tests/test_builder.py
index ed3f8cdaa..4927e5d1d 100644
--- a/tests/test_builder.py
+++ b/tests/test_builder.py
@@ -4,7 +4,7 @@
Test the Builder class.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import pytest
diff --git a/tests/test_catalogs.py b/tests/test_catalogs.py
index 986979fe2..319e6a07d 100644
--- a/tests/test_catalogs.py
+++ b/tests/test_catalogs.py
@@ -4,7 +4,7 @@
Test the base build process.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import shutil
diff --git a/tests/test_config.py b/tests/test_config.py
index 717e8658d..97e911eb5 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -5,7 +5,7 @@
Test the sphinx.config.Config class and its handling in the
Application class.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_correct_year.py b/tests/test_correct_year.py
index 6afcce2b5..bcb217036 100644
--- a/tests/test_correct_year.py
+++ b/tests/test_correct_year.py
@@ -4,7 +4,7 @@
Test copyright year adjustment
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import pytest
diff --git a/tests/test_directive_code.py b/tests/test_directive_code.py
index a011a31e8..9626e73cb 100644
--- a/tests/test_directive_code.py
+++ b/tests/test_directive_code.py
@@ -4,7 +4,7 @@
Test the code-block directive.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_directive_only.py b/tests/test_directive_only.py
index 72cbc6bd7..164220e33 100644
--- a/tests/test_directive_only.py
+++ b/tests/test_directive_only.py
@@ -4,7 +4,7 @@
Test the only directive with the test root.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_directive_other.py b/tests/test_directive_other.py
index 09877208c..e1858f4e0 100644
--- a/tests/test_directive_other.py
+++ b/tests/test_directive_other.py
@@ -4,7 +4,7 @@
Test the other directives.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_directive_patch.py b/tests/test_directive_patch.py
index b28e0f1e5..a199a89db 100644
--- a/tests/test_directive_patch.py
+++ b/tests/test_directive_patch.py
@@ -4,7 +4,7 @@
Test the patched directives.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_docutilsconf.py b/tests/test_docutilsconf.py
index 9f12fd004..7e47c9ab3 100644
--- a/tests/test_docutilsconf.py
+++ b/tests/test_docutilsconf.py
@@ -4,7 +4,7 @@
Test docutils.conf support for several writers.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_domain_c.py b/tests/test_domain_c.py
index d3198dcc0..21df5cb20 100644
--- a/tests/test_domain_c.py
+++ b/tests/test_domain_c.py
@@ -4,7 +4,7 @@
Tests the C Domain
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py
index 5ff8f8e12..8fc974f49 100644
--- a/tests/test_domain_cpp.py
+++ b/tests/test_domain_cpp.py
@@ -4,7 +4,7 @@
Tests the C++ Domain
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_domain_js.py b/tests/test_domain_js.py
index 434513063..42e2c9727 100644
--- a/tests/test_domain_js.py
+++ b/tests/test_domain_js.py
@@ -4,7 +4,7 @@
Tests the JavaScript Domain
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_domain_py.py b/tests/test_domain_py.py
index f6af3e9af..f95197fec 100644
--- a/tests/test_domain_py.py
+++ b/tests/test_domain_py.py
@@ -4,7 +4,7 @@
Tests the Python Domain
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_domain_rst.py b/tests/test_domain_rst.py
index ed542ed35..b79431d49 100644
--- a/tests/test_domain_rst.py
+++ b/tests/test_domain_rst.py
@@ -4,7 +4,7 @@
Tests the reStructuredText domain.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_domain_std.py b/tests/test_domain_std.py
index c464ea008..18c1766aa 100644
--- a/tests/test_domain_std.py
+++ b/tests/test_domain_std.py
@@ -4,7 +4,7 @@
Tests the std domain
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_environment.py b/tests/test_environment.py
index 5d3035ac0..d8eec2c05 100644
--- a/tests/test_environment.py
+++ b/tests/test_environment.py
@@ -4,7 +4,7 @@
Test the BuildEnvironment class.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os
diff --git a/tests/test_environment_indexentries.py b/tests/test_environment_indexentries.py
index 1b549bacb..f32592f9f 100644
--- a/tests/test_environment_indexentries.py
+++ b/tests/test_environment_indexentries.py
@@ -4,7 +4,7 @@
Test the sphinx.environment.managers.indexentries.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_environment_toctree.py b/tests/test_environment_toctree.py
index 85a98b61b..dc5a184a4 100644
--- a/tests/test_environment_toctree.py
+++ b/tests/test_environment_toctree.py
@@ -4,7 +4,7 @@
Test the sphinx.environment.managers.toctree.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_events.py b/tests/test_events.py
index 914a7ed9a..44b0526d1 100644
--- a/tests/test_events.py
+++ b/tests/test_events.py
@@ -4,7 +4,7 @@
Test the EventManager class.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_apidoc.py b/tests/test_ext_apidoc.py
index ff057f0d8..44c3308fe 100644
--- a/tests/test_ext_apidoc.py
+++ b/tests/test_ext_apidoc.py
@@ -4,7 +4,7 @@
Test the sphinx.apidoc module.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc.py b/tests/test_ext_autodoc.py
index c853fbb03..f70e505f3 100644
--- a/tests/test_ext_autodoc.py
+++ b/tests/test_ext_autodoc.py
@@ -5,7 +5,7 @@
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_autoattribute.py b/tests/test_ext_autodoc_autoattribute.py
index 8fe065d65..0dc84f195 100644
--- a/tests/test_ext_autodoc_autoattribute.py
+++ b/tests/test_ext_autodoc_autoattribute.py
@@ -5,7 +5,7 @@
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_autoclass.py b/tests/test_ext_autodoc_autoclass.py
index 6f4e21060..e68c72a58 100644
--- a/tests/test_ext_autodoc_autoclass.py
+++ b/tests/test_ext_autodoc_autoclass.py
@@ -5,7 +5,7 @@
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_autodata.py b/tests/test_ext_autodoc_autodata.py
index f983726ad..966d0359a 100644
--- a/tests/test_ext_autodoc_autodata.py
+++ b/tests/test_ext_autodoc_autodata.py
@@ -5,7 +5,7 @@
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_autofunction.py b/tests/test_ext_autodoc_autofunction.py
index 52af51abb..1fac5004a 100644
--- a/tests/test_ext_autodoc_autofunction.py
+++ b/tests/test_ext_autodoc_autofunction.py
@@ -5,7 +5,7 @@
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_automodule.py b/tests/test_ext_autodoc_automodule.py
index 59296a981..79142ff8b 100644
--- a/tests/test_ext_autodoc_automodule.py
+++ b/tests/test_ext_autodoc_automodule.py
@@ -5,7 +5,7 @@
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_autoproperty.py b/tests/test_ext_autodoc_autoproperty.py
index 47528a99d..4b62165e3 100644
--- a/tests/test_ext_autodoc_autoproperty.py
+++ b/tests/test_ext_autodoc_autoproperty.py
@@ -5,7 +5,7 @@
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_configs.py b/tests/test_ext_autodoc_configs.py
index f3bcd6a97..b43738099 100644
--- a/tests/test_ext_autodoc_configs.py
+++ b/tests/test_ext_autodoc_configs.py
@@ -4,7 +4,7 @@
Test the autodoc extension. This tests mainly for config variables
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_events.py b/tests/test_ext_autodoc_events.py
index 561ac49de..6a71054c2 100644
--- a/tests/test_ext_autodoc_events.py
+++ b/tests/test_ext_autodoc_events.py
@@ -4,7 +4,7 @@
Test the autodoc extension. This tests mainly for autodoc events
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_mock.py b/tests/test_ext_autodoc_mock.py
index f3a9e2dc1..c207c82fc 100644
--- a/tests/test_ext_autodoc_mock.py
+++ b/tests/test_ext_autodoc_mock.py
@@ -4,7 +4,7 @@
Test the autodoc extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_preserve_defaults.py b/tests/test_ext_autodoc_preserve_defaults.py
index 955c60aa4..804aa4efa 100644
--- a/tests/test_ext_autodoc_preserve_defaults.py
+++ b/tests/test_ext_autodoc_preserve_defaults.py
@@ -4,7 +4,7 @@
Test the autodoc extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autodoc_private_members.py b/tests/test_ext_autodoc_private_members.py
index 0de74b898..f685f774c 100644
--- a/tests/test_ext_autodoc_private_members.py
+++ b/tests/test_ext_autodoc_private_members.py
@@ -4,7 +4,7 @@
Test the autodoc extension. This tests mainly for private-members option.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autosectionlabel.py b/tests/test_ext_autosectionlabel.py
index 96f81aacd..ccbc9ed77 100644
--- a/tests/test_ext_autosectionlabel.py
+++ b/tests/test_ext_autosectionlabel.py
@@ -4,7 +4,7 @@
Test sphinx.ext.autosectionlabel extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_autosummary.py b/tests/test_ext_autosummary.py
index 2fe72dbe3..13da15e50 100644
--- a/tests/test_ext_autosummary.py
+++ b/tests/test_ext_autosummary.py
@@ -4,7 +4,7 @@
Test the autosummary extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_coverage.py b/tests/test_ext_coverage.py
index 6172c502d..6d6fbcf1d 100644
--- a/tests/test_ext_coverage.py
+++ b/tests/test_ext_coverage.py
@@ -4,7 +4,7 @@
Test the coverage builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_doctest.py b/tests/test_ext_doctest.py
index 729067b4d..b79b2899c 100644
--- a/tests/test_ext_doctest.py
+++ b/tests/test_ext_doctest.py
@@ -4,7 +4,7 @@
Test the doctest extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import os
diff --git a/tests/test_ext_duration.py b/tests/test_ext_duration.py
index 681530cef..b16cbc4f4 100644
--- a/tests/test_ext_duration.py
+++ b/tests/test_ext_duration.py
@@ -4,7 +4,7 @@
Test sphinx.ext.duration extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_githubpages.py b/tests/test_ext_githubpages.py
index 5c13a8f97..9d87b0212 100644
--- a/tests/test_ext_githubpages.py
+++ b/tests/test_ext_githubpages.py
@@ -4,7 +4,7 @@
Test sphinx.ext.githubpages extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_graphviz.py b/tests/test_ext_graphviz.py
index 1671133e7..15eaf6050 100644
--- a/tests/test_ext_graphviz.py
+++ b/tests/test_ext_graphviz.py
@@ -4,7 +4,7 @@
Test sphinx.ext.graphviz extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_ifconfig.py b/tests/test_ext_ifconfig.py
index eea2386c3..f8f897149 100644
--- a/tests/test_ext_ifconfig.py
+++ b/tests/test_ext_ifconfig.py
@@ -4,7 +4,7 @@
Test sphinx.ext.ifconfig extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_imgconverter.py b/tests/test_ext_imgconverter.py
index b4fd46d25..b4dbf125b 100644
--- a/tests/test_ext_imgconverter.py
+++ b/tests/test_ext_imgconverter.py
@@ -4,7 +4,7 @@
Test sphinx.ext.imgconverter extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_inheritance_diagram.py b/tests/test_ext_inheritance_diagram.py
index 1dd26d9bb..bd563b4fc 100644
--- a/tests/test_ext_inheritance_diagram.py
+++ b/tests/test_ext_inheritance_diagram.py
@@ -4,7 +4,7 @@
Test sphinx.ext.inheritance_diagram extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_intersphinx.py b/tests/test_ext_intersphinx.py
index e820730a1..7f369e9a3 100644
--- a/tests/test_ext_intersphinx.py
+++ b/tests/test_ext_intersphinx.py
@@ -4,7 +4,7 @@
Test the intersphinx extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py
index 175c9e0f5..5dd713961 100644
--- a/tests/test_ext_math.py
+++ b/tests/test_ext_math.py
@@ -4,7 +4,7 @@
Test math extensions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_napoleon.py b/tests/test_ext_napoleon.py
index d6334b9eb..e484e1d0e 100644
--- a/tests/test_ext_napoleon.py
+++ b/tests/test_ext_napoleon.py
@@ -5,7 +5,7 @@
Tests for :mod:`sphinx.ext.napoleon.__init__` module.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_napoleon_docstring.py b/tests/test_ext_napoleon_docstring.py
index acf000178..b47f6d6d3 100644
--- a/tests/test_ext_napoleon_docstring.py
+++ b/tests/test_ext_napoleon_docstring.py
@@ -5,7 +5,7 @@
Tests for :mod:`sphinx.ext.napoleon.docstring` module.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_napoleon_iterators.py b/tests/test_ext_napoleon_iterators.py
index 45b558794..95c2778e8 100644
--- a/tests/test_ext_napoleon_iterators.py
+++ b/tests/test_ext_napoleon_iterators.py
@@ -5,7 +5,7 @@
Tests for :mod:`sphinx.ext.napoleon.iterators` module.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_todo.py b/tests/test_ext_todo.py
index b4f969004..3bc2abadf 100644
--- a/tests/test_ext_todo.py
+++ b/tests/test_ext_todo.py
@@ -4,7 +4,7 @@
Test sphinx.ext.todo extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_ext_viewcode.py b/tests/test_ext_viewcode.py
index d75fb7196..140b2a728 100644
--- a/tests/test_ext_viewcode.py
+++ b/tests/test_ext_viewcode.py
@@ -4,7 +4,7 @@
Test sphinx.ext.viewcode extension.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_extension.py b/tests/test_extension.py
index cc16be964..4e7fffffa 100644
--- a/tests/test_extension.py
+++ b/tests/test_extension.py
@@ -4,7 +4,7 @@
Test sphinx.extension module.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_highlighting.py b/tests/test_highlighting.py
index a51e25688..d83f2f1cc 100644
--- a/tests/test_highlighting.py
+++ b/tests/test_highlighting.py
@@ -4,7 +4,7 @@
Test the Pygments highlighting bridge.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_intl.py b/tests/test_intl.py
index 3b54063ef..f84e72a84 100644
--- a/tests/test_intl.py
+++ b/tests/test_intl.py
@@ -5,7 +5,7 @@
Test message patching for internationalization purposes. Runs the text
builder in the test root.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_locale.py b/tests/test_locale.py
index 5d3dbf17f..c5765ccdf 100644
--- a/tests/test_locale.py
+++ b/tests/test_locale.py
@@ -4,7 +4,7 @@
Test locale.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_markup.py b/tests/test_markup.py
index b3960bc5e..fbd4e20cc 100644
--- a/tests/test_markup.py
+++ b/tests/test_markup.py
@@ -4,7 +4,7 @@
Test various Sphinx-specific markup extensions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_metadata.py b/tests/test_metadata.py
index 0b803917e..a2e26a42b 100644
--- a/tests/test_metadata.py
+++ b/tests/test_metadata.py
@@ -4,7 +4,7 @@
Test our handling of metadata in files with bibliographic metadata.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_parser.py b/tests/test_parser.py
index df22750e3..cbe9a61df 100644
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -4,7 +4,7 @@
Tests parsers module.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_project.py b/tests/test_project.py
index 03fa1d49f..dc7f1d35d 100644
--- a/tests/test_project.py
+++ b/tests/test_project.py
@@ -4,7 +4,7 @@
Tests project module.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_pycode.py b/tests/test_pycode.py
index e0e0fdb11..312c0245d 100644
--- a/tests/test_pycode.py
+++ b/tests/test_pycode.py
@@ -4,7 +4,7 @@
Test pycode.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_pycode_ast.py b/tests/test_pycode_ast.py
index 6ae7050da..0de03d5ea 100644
--- a/tests/test_pycode_ast.py
+++ b/tests/test_pycode_ast.py
@@ -4,7 +4,7 @@
Test pycode.ast
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_pycode_parser.py b/tests/test_pycode_parser.py
index 5bca7386c..11e47a86b 100644
--- a/tests/test_pycode_parser.py
+++ b/tests/test_pycode_parser.py
@@ -4,7 +4,7 @@
Test pycode.parser.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py
index 6c2f70ec4..0f317c5a8 100644
--- a/tests/test_quickstart.py
+++ b/tests/test_quickstart.py
@@ -4,7 +4,7 @@
Test the sphinx.quickstart module.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_roles.py b/tests/test_roles.py
index 553a50853..a7e936376 100644
--- a/tests/test_roles.py
+++ b/tests/test_roles.py
@@ -4,7 +4,7 @@
Test sphinx.roles
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_search.py b/tests/test_search.py
index 18407875f..4c74ac24a 100644
--- a/tests/test_search.py
+++ b/tests/test_search.py
@@ -4,7 +4,7 @@
Test the search index builder.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py
index 0561b2fc4..0a1176ae6 100644
--- a/tests/test_setup_command.py
+++ b/tests/test_setup_command.py
@@ -4,7 +4,7 @@
Test setup_command for distutils.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_smartquotes.py b/tests/test_smartquotes.py
index fda34a28e..a46e667ca 100644
--- a/tests/test_smartquotes.py
+++ b/tests/test_smartquotes.py
@@ -4,7 +4,7 @@
Test smart quotes.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_templating.py b/tests/test_templating.py
index 3a7c58216..37e280c3b 100644
--- a/tests/test_templating.py
+++ b/tests/test_templating.py
@@ -4,7 +4,7 @@
Test templating.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_theming.py b/tests/test_theming.py
index e98d4071b..60dd72cdf 100644
--- a/tests/test_theming.py
+++ b/tests/test_theming.py
@@ -4,7 +4,7 @@
Test the Theme class.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_toctree.py b/tests/test_toctree.py
index 7a9f7a578..33e73c98c 100644
--- a/tests/test_toctree.py
+++ b/tests/test_toctree.py
@@ -4,7 +4,7 @@
Test the HTML builder and check output against XPath.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
import re
diff --git a/tests/test_transforms_post_transforms.py b/tests/test_transforms_post_transforms.py
index 26af55031..fe0a7b06b 100644
--- a/tests/test_transforms_post_transforms.py
+++ b/tests/test_transforms_post_transforms.py
@@ -4,7 +4,7 @@
Tests the post_transforms
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_transforms_post_transforms_code.py b/tests/test_transforms_post_transforms_code.py
index 449cba78a..11369d2ba 100644
--- a/tests/test_transforms_post_transforms_code.py
+++ b/tests/test_transforms_post_transforms_code.py
@@ -2,7 +2,7 @@
test_transforms_post_transforms_code
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util.py b/tests/test_util.py
index 9b25aac58..0023bbcdb 100644
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -4,7 +4,7 @@
Tests util functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_docstrings.py b/tests/test_util_docstrings.py
index 58c3f1884..73f155cf3 100644
--- a/tests/test_util_docstrings.py
+++ b/tests/test_util_docstrings.py
@@ -4,7 +4,7 @@
Test sphinx.util.docstrings.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_docutils.py b/tests/test_util_docutils.py
index 4b89a1b9e..9a7a05e49 100644
--- a/tests/test_util_docutils.py
+++ b/tests/test_util_docutils.py
@@ -4,7 +4,7 @@
Tests util.utils functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_fileutil.py b/tests/test_util_fileutil.py
index 25908c8e1..4d6edd0ce 100644
--- a/tests/test_util_fileutil.py
+++ b/tests/test_util_fileutil.py
@@ -4,7 +4,7 @@
Tests sphinx.util.fileutil functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_i18n.py b/tests/test_util_i18n.py
index 180350e86..3f4e8d52a 100644
--- a/tests/test_util_i18n.py
+++ b/tests/test_util_i18n.py
@@ -4,7 +4,7 @@
Test i18n util.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_images.py b/tests/test_util_images.py
index bf71f4c49..e2c0c61f0 100644
--- a/tests/test_util_images.py
+++ b/tests/test_util_images.py
@@ -4,7 +4,7 @@
Test images util.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_inspect.py b/tests/test_util_inspect.py
index f331acb23..23b6dd35c 100644
--- a/tests/test_util_inspect.py
+++ b/tests/test_util_inspect.py
@@ -4,7 +4,7 @@
Tests util.inspect functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_inventory.py b/tests/test_util_inventory.py
index f12ae5011..305ef4353 100644
--- a/tests/test_util_inventory.py
+++ b/tests/test_util_inventory.py
@@ -4,7 +4,7 @@
Test inventory util functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_logging.py b/tests/test_util_logging.py
index 057d38546..3c78368d1 100644
--- a/tests/test_util_logging.py
+++ b/tests/test_util_logging.py
@@ -4,7 +4,7 @@
Test logging util.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_matching.py b/tests/test_util_matching.py
index 008dc6267..651546c92 100644
--- a/tests/test_util_matching.py
+++ b/tests/test_util_matching.py
@@ -4,7 +4,7 @@
Tests sphinx.util.matching functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from sphinx.util.matching import Matcher, compile_matchers
diff --git a/tests/test_util_nodes.py b/tests/test_util_nodes.py
index 421930cf5..1e08244cc 100644
--- a/tests/test_util_nodes.py
+++ b/tests/test_util_nodes.py
@@ -4,7 +4,7 @@
Tests uti.nodes functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
from textwrap import dedent
diff --git a/tests/test_util_rst.py b/tests/test_util_rst.py
index 7e14eb3f7..da3dba707 100644
--- a/tests/test_util_rst.py
+++ b/tests/test_util_rst.py
@@ -4,7 +4,7 @@
Tests sphinx.util.rst functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_template.py b/tests/test_util_template.py
index bc325ac9d..36f1dac35 100644
--- a/tests/test_util_template.py
+++ b/tests/test_util_template.py
@@ -4,7 +4,7 @@
Tests sphinx.util.template functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_util_typing.py b/tests/test_util_typing.py
index 0b2324e29..91db88b09 100644
--- a/tests/test_util_typing.py
+++ b/tests/test_util_typing.py
@@ -4,7 +4,7 @@
Tests util.typing functions.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_versioning.py b/tests/test_versioning.py
index 8de991389..9961fe464 100644
--- a/tests/test_versioning.py
+++ b/tests/test_versioning.py
@@ -4,7 +4,7 @@
Test the versioning implementation.
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_writer_latex.py b/tests/test_writer_latex.py
index c3337b1df..ccb578f3e 100644
--- a/tests/test_writer_latex.py
+++ b/tests/test_writer_latex.py
@@ -4,7 +4,7 @@
Test the LaTeX writer
- :copyright: Copyright 2007-2021 by the Sphinx team, see AUTHORS.
+ :copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""