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

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 01:44:45 +0300
committerAdam Turner <9087854+aa-turner@users.noreply.github.com>2022-02-20 02:17:29 +0300
commit6b8bccec5977f608f0b1e33f31a4888a2ea0d141 (patch)
tree021d012b719cb4b42f9e1b3720b78773d7eb5a3d /tests
parentb8789b4cb6ca034ed7209b9adc91095b0b9b763c (diff)
Remove module titles in docstrings
Diffstat (limited to 'tests')
-rw-r--r--tests/conftest.py3
-rw-r--r--tests/test_api_translator.py3
-rw-r--r--tests/test_application.py3
-rw-r--r--tests/test_build.py3
-rw-r--r--tests/test_build_changes.py3
-rw-r--r--tests/test_build_dirhtml.py3
-rw-r--r--tests/test_build_epub.py3
-rw-r--r--tests/test_build_gettext.py3
-rw-r--r--tests/test_build_html.py3
-rw-r--r--tests/test_build_latex.py3
-rw-r--r--tests/test_build_linkcheck.py3
-rw-r--r--tests/test_build_manpage.py3
-rw-r--r--tests/test_build_texinfo.py3
-rw-r--r--tests/test_build_text.py3
-rw-r--r--tests/test_builder.py3
-rw-r--r--tests/test_catalogs.py3
-rw-r--r--tests/test_config.py3
-rw-r--r--tests/test_correct_year.py3
-rw-r--r--tests/test_directive_code.py3
-rw-r--r--tests/test_directive_only.py3
-rw-r--r--tests/test_directive_other.py3
-rw-r--r--tests/test_directive_patch.py3
-rw-r--r--tests/test_docutilsconf.py3
-rw-r--r--tests/test_domain_c.py3
-rw-r--r--tests/test_domain_cpp.py3
-rw-r--r--tests/test_domain_js.py3
-rw-r--r--tests/test_domain_py.py3
-rw-r--r--tests/test_domain_rst.py3
-rw-r--r--tests/test_domain_std.py3
-rw-r--r--tests/test_environment.py3
-rw-r--r--tests/test_environment_indexentries.py3
-rw-r--r--tests/test_environment_toctree.py3
-rw-r--r--tests/test_events.py3
-rw-r--r--tests/test_ext_apidoc.py3
-rw-r--r--tests/test_ext_autodoc.py3
-rw-r--r--tests/test_ext_autodoc_autoattribute.py3
-rw-r--r--tests/test_ext_autodoc_autoclass.py3
-rw-r--r--tests/test_ext_autodoc_autodata.py3
-rw-r--r--tests/test_ext_autodoc_autofunction.py3
-rw-r--r--tests/test_ext_autodoc_automodule.py3
-rw-r--r--tests/test_ext_autodoc_autoproperty.py3
-rw-r--r--tests/test_ext_autodoc_configs.py3
-rw-r--r--tests/test_ext_autodoc_events.py3
-rw-r--r--tests/test_ext_autodoc_mock.py3
-rw-r--r--tests/test_ext_autodoc_preserve_defaults.py3
-rw-r--r--tests/test_ext_autodoc_private_members.py3
-rw-r--r--tests/test_ext_autosectionlabel.py3
-rw-r--r--tests/test_ext_autosummary.py3
-rw-r--r--tests/test_ext_coverage.py3
-rw-r--r--tests/test_ext_doctest.py3
-rw-r--r--tests/test_ext_duration.py3
-rw-r--r--tests/test_ext_githubpages.py3
-rw-r--r--tests/test_ext_graphviz.py3
-rw-r--r--tests/test_ext_ifconfig.py3
-rw-r--r--tests/test_ext_imgconverter.py3
-rw-r--r--tests/test_ext_inheritance_diagram.py3
-rw-r--r--tests/test_ext_intersphinx.py3
-rw-r--r--tests/test_ext_math.py3
-rw-r--r--tests/test_ext_napoleon.py3
-rw-r--r--tests/test_ext_napoleon_docstring.py3
-rw-r--r--tests/test_ext_napoleon_iterators.py3
-rw-r--r--tests/test_ext_todo.py3
-rw-r--r--tests/test_ext_viewcode.py3
-rw-r--r--tests/test_extension.py3
-rw-r--r--tests/test_highlighting.py3
-rw-r--r--tests/test_intl.py3
-rw-r--r--tests/test_locale.py3
-rw-r--r--tests/test_markup.py3
-rw-r--r--tests/test_metadata.py3
-rw-r--r--tests/test_parser.py3
-rw-r--r--tests/test_project.py3
-rw-r--r--tests/test_pycode.py3
-rw-r--r--tests/test_pycode_ast.py3
-rw-r--r--tests/test_pycode_parser.py3
-rw-r--r--tests/test_quickstart.py3
-rw-r--r--tests/test_roles.py3
-rw-r--r--tests/test_search.py3
-rw-r--r--tests/test_setup_command.py3
-rw-r--r--tests/test_smartquotes.py3
-rw-r--r--tests/test_templating.py3
-rw-r--r--tests/test_theming.py3
-rw-r--r--tests/test_toctree.py3
-rw-r--r--tests/test_transforms_post_transforms.py3
-rw-r--r--tests/test_transforms_post_transforms_code.py3
-rw-r--r--tests/test_util.py3
-rw-r--r--tests/test_util_docstrings.py3
-rw-r--r--tests/test_util_docutils.py3
-rw-r--r--tests/test_util_fileutil.py3
-rw-r--r--tests/test_util_i18n.py3
-rw-r--r--tests/test_util_images.py3
-rw-r--r--tests/test_util_inspect.py3
-rw-r--r--tests/test_util_inventory.py3
-rw-r--r--tests/test_util_logging.py3
-rw-r--r--tests/test_util_matching.py3
-rw-r--r--tests/test_util_nodes.py3
-rw-r--r--tests/test_util_rst.py3
-rw-r--r--tests/test_util_template.py3
-rw-r--r--tests/test_util_typing.py3
-rw-r--r--tests/test_versioning.py3
-rw-r--r--tests/test_writer_latex.py3
100 files changed, 0 insertions, 300 deletions
diff --git a/tests/conftest.py b/tests/conftest.py
index dd1a04513..d04956fe1 100644
--- a/tests/conftest.py
+++ b/tests/conftest.py
@@ -1,7 +1,4 @@
"""
- pytest config for sphinx/tests
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
:license: BSD, see LICENSE for details.
"""
diff --git a/tests/test_api_translator.py b/tests/test_api_translator.py
index dd721355b..303387156 100644
--- a/tests/test_api_translator.py
+++ b/tests/test_api_translator.py
@@ -1,7 +1,4 @@
"""
- test_api_translator
- ~~~~~~~~~~~~~~~~~~~
-
Test the Sphinx API for translator.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_application.py b/tests/test_application.py
index fc85f193d..5eac1f7d0 100644
--- a/tests/test_application.py
+++ b/tests/test_application.py
@@ -1,7 +1,4 @@
"""
- test_application
- ~~~~~~~~~~~~~~~~
-
Test the Sphinx class.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build.py b/tests/test_build.py
index 76de332ee..c5a34280d 100644
--- a/tests/test_build.py
+++ b/tests/test_build.py
@@ -1,7 +1,4 @@
"""
- test_build
- ~~~~~~~~~~
-
Test all builders.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build_changes.py b/tests/test_build_changes.py
index 65307ba92..67fe3701d 100644
--- a/tests/test_build_changes.py
+++ b/tests/test_build_changes.py
@@ -1,7 +1,4 @@
"""
- test_build_changes
- ~~~~~~~~~~~~~~~~~~
-
Test the ChangesBuilder class.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build_dirhtml.py b/tests/test_build_dirhtml.py
index a7a90623c..cb3958b7d 100644
--- a/tests/test_build_dirhtml.py
+++ b/tests/test_build_dirhtml.py
@@ -1,7 +1,4 @@
"""
- test_build_dirhtml
- ~~~~~~~~~~~~~~~~~~
-
Test dirhtml builder.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build_epub.py b/tests/test_build_epub.py
index 851e8ac9d..ce2610b7b 100644
--- a/tests/test_build_epub.py
+++ b/tests/test_build_epub.py
@@ -1,7 +1,4 @@
"""
- test_build_html
- ~~~~~~~~~~~~~~~
-
Test the HTML builder and check output against XPath.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build_gettext.py b/tests/test_build_gettext.py
index 9398dfe5f..fd227a6a6 100644
--- a/tests/test_build_gettext.py
+++ b/tests/test_build_gettext.py
@@ -1,7 +1,4 @@
"""
- test_build_gettext
- ~~~~~~~~~~~~~~~~~~
-
Test the build process with gettext builder with the test root.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build_html.py b/tests/test_build_html.py
index 7688f76b3..795e93fac 100644
--- a/tests/test_build_html.py
+++ b/tests/test_build_html.py
@@ -1,7 +1,4 @@
"""
- test_build_html
- ~~~~~~~~~~~~~~~
-
Test the HTML builder and check output against XPath.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build_latex.py b/tests/test_build_latex.py
index b0ae85423..5a3dc1811 100644
--- a/tests/test_build_latex.py
+++ b/tests/test_build_latex.py
@@ -1,7 +1,4 @@
"""
- test_build_latex
- ~~~~~~~~~~~~~~~~
-
Test the build process with LaTeX builder with the test root.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build_linkcheck.py b/tests/test_build_linkcheck.py
index 358db6a4e..f5338020b 100644
--- a/tests/test_build_linkcheck.py
+++ b/tests/test_build_linkcheck.py
@@ -1,7 +1,4 @@
"""
- test_build_linkcheck
- ~~~~~~~~~~~~~~~~~~~~
-
Test the build process with manpage builder with the test root.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build_manpage.py b/tests/test_build_manpage.py
index 1a14c9bf7..99b61bb0e 100644
--- a/tests/test_build_manpage.py
+++ b/tests/test_build_manpage.py
@@ -1,7 +1,4 @@
"""
- test_build_manpage
- ~~~~~~~~~~~~~~~~~~
-
Test the build process with manpage builder with the test root.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build_texinfo.py b/tests/test_build_texinfo.py
index 601de1587..3de24cfe4 100644
--- a/tests/test_build_texinfo.py
+++ b/tests/test_build_texinfo.py
@@ -1,7 +1,4 @@
"""
- test_build_texinfo
- ~~~~~~~~~~~~~~~~~~
-
Test the build process with Texinfo builder with the test root.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_build_text.py b/tests/test_build_text.py
index c080d2ad2..1b1b507a4 100644
--- a/tests/test_build_text.py
+++ b/tests/test_build_text.py
@@ -1,7 +1,4 @@
"""
- test_build_text
- ~~~~~~~~~~~~~~~
-
Test the build process with Text builder with the test root.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_builder.py b/tests/test_builder.py
index 4927e5d1d..cacea6e22 100644
--- a/tests/test_builder.py
+++ b/tests/test_builder.py
@@ -1,7 +1,4 @@
"""
- test_builder
- ~~~~~~~~
-
Test the Builder class.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_catalogs.py b/tests/test_catalogs.py
index 319e6a07d..e2c6b9b21 100644
--- a/tests/test_catalogs.py
+++ b/tests/test_catalogs.py
@@ -1,7 +1,4 @@
"""
- test_build_base
- ~~~~~~~~~~~~~~~
-
Test the base build process.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_config.py b/tests/test_config.py
index 97e911eb5..f64b912c4 100644
--- a/tests/test_config.py
+++ b/tests/test_config.py
@@ -1,7 +1,4 @@
"""
- test_config
- ~~~~~~~~~~~
-
Test the sphinx.config.Config class and its handling in the
Application class.
diff --git a/tests/test_correct_year.py b/tests/test_correct_year.py
index bcb217036..5c219df1d 100644
--- a/tests/test_correct_year.py
+++ b/tests/test_correct_year.py
@@ -1,7 +1,4 @@
"""
- test_correct_year
- ~~~~~~~~~~~~~~~~~
-
Test copyright year adjustment
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_directive_code.py b/tests/test_directive_code.py
index 5f519d3b9..e7a9d4505 100644
--- a/tests/test_directive_code.py
+++ b/tests/test_directive_code.py
@@ -1,7 +1,4 @@
"""
- test_directive_code
- ~~~~~~~~~~~~~~~~~~~
-
Test the code-block directive.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_directive_only.py b/tests/test_directive_only.py
index 164220e33..29ea531b8 100644
--- a/tests/test_directive_only.py
+++ b/tests/test_directive_only.py
@@ -1,7 +1,4 @@
"""
- test_only_directive
- ~~~~~~~~~~~~~~~~~~~
-
Test the only directive with the test root.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_directive_other.py b/tests/test_directive_other.py
index e1858f4e0..78118c10a 100644
--- a/tests/test_directive_other.py
+++ b/tests/test_directive_other.py
@@ -1,7 +1,4 @@
"""
- test_directive_other
- ~~~~~~~~~~~~~~~~~~~~
-
Test the other directives.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_directive_patch.py b/tests/test_directive_patch.py
index a199a89db..03f86f61b 100644
--- a/tests/test_directive_patch.py
+++ b/tests/test_directive_patch.py
@@ -1,7 +1,4 @@
"""
- test_directive_patch
- ~~~~~~~~~~~~~~~~~~~
-
Test the patched directives.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_docutilsconf.py b/tests/test_docutilsconf.py
index 7e47c9ab3..342b3180b 100644
--- a/tests/test_docutilsconf.py
+++ b/tests/test_docutilsconf.py
@@ -1,7 +1,4 @@
"""
- test_docutilsconf
- ~~~~~~~~~~~~~~~~~
-
Test docutils.conf support for several writers.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_domain_c.py b/tests/test_domain_c.py
index f69008b8f..d386eb81b 100644
--- a/tests/test_domain_c.py
+++ b/tests/test_domain_c.py
@@ -1,7 +1,4 @@
"""
- test_domain_c
- ~~~~~~~~~~~~~
-
Tests the C Domain
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_domain_cpp.py b/tests/test_domain_cpp.py
index 8fc974f49..6239228e1 100644
--- a/tests/test_domain_cpp.py
+++ b/tests/test_domain_cpp.py
@@ -1,7 +1,4 @@
"""
- test_domain_cpp
- ~~~~~~~~~~~~~~~
-
Tests the C++ Domain
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_domain_js.py b/tests/test_domain_js.py
index b109fe4d8..592360781 100644
--- a/tests/test_domain_js.py
+++ b/tests/test_domain_js.py
@@ -1,7 +1,4 @@
"""
- test_domain_js
- ~~~~~~~~~~~~~~
-
Tests the JavaScript Domain
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_domain_py.py b/tests/test_domain_py.py
index de544d25d..3ffc3f372 100644
--- a/tests/test_domain_py.py
+++ b/tests/test_domain_py.py
@@ -1,7 +1,4 @@
"""
- test_domain_py
- ~~~~~~~~~~~~~~
-
Tests the Python Domain
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_domain_rst.py b/tests/test_domain_rst.py
index b79431d49..231aa6317 100644
--- a/tests/test_domain_rst.py
+++ b/tests/test_domain_rst.py
@@ -1,7 +1,4 @@
"""
- test_rst_domain
- ~~~~~~~~~~~~~~~
-
Tests the reStructuredText domain.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_domain_std.py b/tests/test_domain_std.py
index 00e7361a3..5b5f87ff5 100644
--- a/tests/test_domain_std.py
+++ b/tests/test_domain_std.py
@@ -1,7 +1,4 @@
"""
- test_domain_std
- ~~~~~~~~~~~~~~~
-
Tests the std domain
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_environment.py b/tests/test_environment.py
index d8eec2c05..73ea690fa 100644
--- a/tests/test_environment.py
+++ b/tests/test_environment.py
@@ -1,7 +1,4 @@
"""
- test_env
- ~~~~~~~~
-
Test the BuildEnvironment class.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_environment_indexentries.py b/tests/test_environment_indexentries.py
index f32592f9f..505b45e8f 100644
--- a/tests/test_environment_indexentries.py
+++ b/tests/test_environment_indexentries.py
@@ -1,7 +1,4 @@
"""
- test_environment_indexentries
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the sphinx.environment.managers.indexentries.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_environment_toctree.py b/tests/test_environment_toctree.py
index dc5a184a4..a2a6a3ed9 100644
--- a/tests/test_environment_toctree.py
+++ b/tests/test_environment_toctree.py
@@ -1,7 +1,4 @@
"""
- test_environment_toctree
- ~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the sphinx.environment.managers.toctree.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_events.py b/tests/test_events.py
index 44b0526d1..74649a869 100644
--- a/tests/test_events.py
+++ b/tests/test_events.py
@@ -1,7 +1,4 @@
"""
- test_events
- ~~~~~~~~~~~
-
Test the EventManager class.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_apidoc.py b/tests/test_ext_apidoc.py
index 44c3308fe..4e4f8d89e 100644
--- a/tests/test_ext_apidoc.py
+++ b/tests/test_ext_apidoc.py
@@ -1,7 +1,4 @@
"""
- test_apidoc
- ~~~~~~~~~~~
-
Test the sphinx.apidoc module.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_autodoc.py b/tests/test_ext_autodoc.py
index 62bbf83d0..3f48beb7a 100644
--- a/tests/test_ext_autodoc.py
+++ b/tests/test_ext_autodoc.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc
- ~~~~~~~~~~~~~~~~
-
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
diff --git a/tests/test_ext_autodoc_autoattribute.py b/tests/test_ext_autodoc_autoattribute.py
index fec4da463..1907389d3 100644
--- a/tests/test_ext_autodoc_autoattribute.py
+++ b/tests/test_ext_autodoc_autoattribute.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_autoattribute
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
diff --git a/tests/test_ext_autodoc_autoclass.py b/tests/test_ext_autodoc_autoclass.py
index e68c72a58..fd90a7cab 100644
--- a/tests/test_ext_autodoc_autoclass.py
+++ b/tests/test_ext_autodoc_autoclass.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_autoclass
- ~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
diff --git a/tests/test_ext_autodoc_autodata.py b/tests/test_ext_autodoc_autodata.py
index 7d6d9eb30..7462e6182 100644
--- a/tests/test_ext_autodoc_autodata.py
+++ b/tests/test_ext_autodoc_autodata.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_autodata
- ~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
diff --git a/tests/test_ext_autodoc_autofunction.py b/tests/test_ext_autodoc_autofunction.py
index 6489626d2..30586e08c 100644
--- a/tests/test_ext_autodoc_autofunction.py
+++ b/tests/test_ext_autodoc_autofunction.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_autofunction
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
diff --git a/tests/test_ext_autodoc_automodule.py b/tests/test_ext_autodoc_automodule.py
index 05a73ac81..8aec1fb48 100644
--- a/tests/test_ext_autodoc_automodule.py
+++ b/tests/test_ext_autodoc_automodule.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_autocmodule
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
diff --git a/tests/test_ext_autodoc_autoproperty.py b/tests/test_ext_autodoc_autoproperty.py
index 4b62165e3..b967d65b8 100644
--- a/tests/test_ext_autodoc_autoproperty.py
+++ b/tests/test_ext_autodoc_autoproperty.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_autoproperty
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension. This tests mainly the Documenters; the auto
directives are tested in a test source file translated by test_build.
diff --git a/tests/test_ext_autodoc_configs.py b/tests/test_ext_autodoc_configs.py
index e84e360e8..ce4f0e064 100644
--- a/tests/test_ext_autodoc_configs.py
+++ b/tests/test_ext_autodoc_configs.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_configs
- ~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension. This tests mainly for config variables
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_autodoc_events.py b/tests/test_ext_autodoc_events.py
index 6a71054c2..0adb0d6a1 100644
--- a/tests/test_ext_autodoc_events.py
+++ b/tests/test_ext_autodoc_events.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_events
- ~~~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension. This tests mainly for autodoc events
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_autodoc_mock.py b/tests/test_ext_autodoc_mock.py
index c207c82fc..1a7a39aa0 100644
--- a/tests/test_ext_autodoc_mock.py
+++ b/tests/test_ext_autodoc_mock.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_mock
- ~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_autodoc_preserve_defaults.py b/tests/test_ext_autodoc_preserve_defaults.py
index a7a24e026..54c26e226 100644
--- a/tests/test_ext_autodoc_preserve_defaults.py
+++ b/tests/test_ext_autodoc_preserve_defaults.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_preserve_defaults
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_autodoc_private_members.py b/tests/test_ext_autodoc_private_members.py
index f685f774c..dbb8f759b 100644
--- a/tests/test_ext_autodoc_private_members.py
+++ b/tests/test_ext_autodoc_private_members.py
@@ -1,7 +1,4 @@
"""
- test_ext_autodoc_private_members
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test the autodoc extension. This tests mainly for private-members option.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_autosectionlabel.py b/tests/test_ext_autosectionlabel.py
index ccbc9ed77..307439e99 100644
--- a/tests/test_ext_autosectionlabel.py
+++ b/tests/test_ext_autosectionlabel.py
@@ -1,7 +1,4 @@
"""
- test_ext_autosectionlabel
- ~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test sphinx.ext.autosectionlabel extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_autosummary.py b/tests/test_ext_autosummary.py
index 13da15e50..3bc4d3bd9 100644
--- a/tests/test_ext_autosummary.py
+++ b/tests/test_ext_autosummary.py
@@ -1,7 +1,4 @@
"""
- test_autosummary
- ~~~~~~~~~~~~~~~~
-
Test the autosummary extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_coverage.py b/tests/test_ext_coverage.py
index 6d6fbcf1d..4c2e799bd 100644
--- a/tests/test_ext_coverage.py
+++ b/tests/test_ext_coverage.py
@@ -1,7 +1,4 @@
"""
- test_coverage
- ~~~~~~~~~~~~~
-
Test the coverage builder.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_doctest.py b/tests/test_ext_doctest.py
index 3a527acb2..dbda96c15 100644
--- a/tests/test_ext_doctest.py
+++ b/tests/test_ext_doctest.py
@@ -1,7 +1,4 @@
"""
- test_doctest
- ~~~~~~~~~~~~
-
Test the doctest extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_duration.py b/tests/test_ext_duration.py
index b16cbc4f4..c1f2ca96e 100644
--- a/tests/test_ext_duration.py
+++ b/tests/test_ext_duration.py
@@ -1,7 +1,4 @@
"""
- test_ext_duration
- ~~~~~~~~~~~~~~~~~
-
Test sphinx.ext.duration extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_githubpages.py b/tests/test_ext_githubpages.py
index 9d87b0212..3b63a2c2e 100644
--- a/tests/test_ext_githubpages.py
+++ b/tests/test_ext_githubpages.py
@@ -1,7 +1,4 @@
"""
- test_ext_githubpages
- ~~~~~~~~~~~~~~~~~~~~
-
Test sphinx.ext.githubpages extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_graphviz.py b/tests/test_ext_graphviz.py
index 15eaf6050..f916fb1b9 100644
--- a/tests/test_ext_graphviz.py
+++ b/tests/test_ext_graphviz.py
@@ -1,7 +1,4 @@
"""
- test_ext_graphviz
- ~~~~~~~~~~~~~~~~~
-
Test sphinx.ext.graphviz extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_ifconfig.py b/tests/test_ext_ifconfig.py
index f8f897149..4bc7f519f 100644
--- a/tests/test_ext_ifconfig.py
+++ b/tests/test_ext_ifconfig.py
@@ -1,7 +1,4 @@
"""
- test_ext_ifconfig
- ~~~~~~~~~~~~~~~~~
-
Test sphinx.ext.ifconfig extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_imgconverter.py b/tests/test_ext_imgconverter.py
index b4dbf125b..478bf8df4 100644
--- a/tests/test_ext_imgconverter.py
+++ b/tests/test_ext_imgconverter.py
@@ -1,7 +1,4 @@
"""
- test_ext_imgconverter
- ~~~~~~~~~~~~~~~~~~~~~
-
Test sphinx.ext.imgconverter extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_inheritance_diagram.py b/tests/test_ext_inheritance_diagram.py
index bd563b4fc..ad594c2eb 100644
--- a/tests/test_ext_inheritance_diagram.py
+++ b/tests/test_ext_inheritance_diagram.py
@@ -1,7 +1,4 @@
"""
- test_ext_inheritance_diagram
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Test sphinx.ext.inheritance_diagram extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_intersphinx.py b/tests/test_ext_intersphinx.py
index b2ad8afe5..21ce6f952 100644
--- a/tests/test_ext_intersphinx.py
+++ b/tests/test_ext_intersphinx.py
@@ -1,7 +1,4 @@
"""
- test_intersphinx
- ~~~~~~~~~~~~~~~~
-
Test the intersphinx extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py
index 5dd713961..20fc75279 100644
--- a/tests/test_ext_math.py
+++ b/tests/test_ext_math.py
@@ -1,7 +1,4 @@
"""
- test_ext_math
- ~~~~~~~~~~~~~
-
Test math extensions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_napoleon.py b/tests/test_ext_napoleon.py
index 250fdae26..75894f9c0 100644
--- a/tests/test_ext_napoleon.py
+++ b/tests/test_ext_napoleon.py
@@ -1,7 +1,4 @@
"""
- test_napoleon
- ~~~~~~~~~~~~~
-
Tests for :mod:`sphinx.ext.napoleon.__init__` module.
diff --git a/tests/test_ext_napoleon_docstring.py b/tests/test_ext_napoleon_docstring.py
index 21278dbca..eb2252fb9 100644
--- a/tests/test_ext_napoleon_docstring.py
+++ b/tests/test_ext_napoleon_docstring.py
@@ -1,7 +1,4 @@
"""
- test_napoleon_docstring
- ~~~~~~~~~~~~~~~~~~~~~~~
-
Tests for :mod:`sphinx.ext.napoleon.docstring` module.
diff --git a/tests/test_ext_napoleon_iterators.py b/tests/test_ext_napoleon_iterators.py
index 95c2778e8..0ccc94a06 100644
--- a/tests/test_ext_napoleon_iterators.py
+++ b/tests/test_ext_napoleon_iterators.py
@@ -1,7 +1,4 @@
"""
- test_napoleon_iterators
- ~~~~~~~~~~~~~~~~~~~~~~~
-
Tests for :mod:`sphinx.ext.napoleon.iterators` module.
diff --git a/tests/test_ext_todo.py b/tests/test_ext_todo.py
index 3bc2abadf..010b66034 100644
--- a/tests/test_ext_todo.py
+++ b/tests/test_ext_todo.py
@@ -1,7 +1,4 @@
"""
- test_ext_todo
- ~~~~~~~~~~~~~
-
Test sphinx.ext.todo extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_ext_viewcode.py b/tests/test_ext_viewcode.py
index 140b2a728..5b416d14d 100644
--- a/tests/test_ext_viewcode.py
+++ b/tests/test_ext_viewcode.py
@@ -1,7 +1,4 @@
"""
- test_ext_viewcode
- ~~~~~~~~~~~~~~~~~
-
Test sphinx.ext.viewcode extension.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_extension.py b/tests/test_extension.py
index 4e7fffffa..0955dc382 100644
--- a/tests/test_extension.py
+++ b/tests/test_extension.py
@@ -1,7 +1,4 @@
"""
- test_extension
- ~~~~~~~~~~~~~~
-
Test sphinx.extension module.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_highlighting.py b/tests/test_highlighting.py
index d83f2f1cc..4238882df 100644
--- a/tests/test_highlighting.py
+++ b/tests/test_highlighting.py
@@ -1,7 +1,4 @@
"""
- test_highlighting
- ~~~~~~~~~~~~~~~~~
-
Test the Pygments highlighting bridge.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_intl.py b/tests/test_intl.py
index 62dbb1352..c89df5732 100644
--- a/tests/test_intl.py
+++ b/tests/test_intl.py
@@ -1,7 +1,4 @@
"""
- test_intl
- ~~~~~~~~~
-
Test message patching for internationalization purposes. Runs the text
builder in the test root.
diff --git a/tests/test_locale.py b/tests/test_locale.py
index c5765ccdf..aadac7b8f 100644
--- a/tests/test_locale.py
+++ b/tests/test_locale.py
@@ -1,7 +1,4 @@
"""
- test_locale
- ~~~~~~~~~~
-
Test locale.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_markup.py b/tests/test_markup.py
index dbd0f0272..a2ffbf17e 100644
--- a/tests/test_markup.py
+++ b/tests/test_markup.py
@@ -1,7 +1,4 @@
"""
- test_markup
- ~~~~~~~~~~~
-
Test various Sphinx-specific markup extensions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_metadata.py b/tests/test_metadata.py
index a2e26a42b..86a9896bf 100644
--- a/tests/test_metadata.py
+++ b/tests/test_metadata.py
@@ -1,7 +1,4 @@
"""
- test_metadata
- ~~~~~~~~~~~~~
-
Test our handling of metadata in files with bibliographic metadata.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_parser.py b/tests/test_parser.py
index cbe9a61df..8098c74af 100644
--- a/tests/test_parser.py
+++ b/tests/test_parser.py
@@ -1,7 +1,4 @@
"""
- test_sphinx_parsers
- ~~~~~~~~~~~~~~~~~~~
-
Tests parsers module.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_project.py b/tests/test_project.py
index dc7f1d35d..6996e8202 100644
--- a/tests/test_project.py
+++ b/tests/test_project.py
@@ -1,7 +1,4 @@
"""
- test_project
- ~~~~~~~~~~~~
-
Tests project module.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_pycode.py b/tests/test_pycode.py
index 312c0245d..267395a21 100644
--- a/tests/test_pycode.py
+++ b/tests/test_pycode.py
@@ -1,7 +1,4 @@
"""
- test_pycode
- ~~~~~~~~~~~
-
Test pycode.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_pycode_ast.py b/tests/test_pycode_ast.py
index 0de03d5ea..d1150e3b0 100644
--- a/tests/test_pycode_ast.py
+++ b/tests/test_pycode_ast.py
@@ -1,7 +1,4 @@
"""
- test_pycode_ast
- ~~~~~~~~~~~~~~~
-
Test pycode.ast
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_pycode_parser.py b/tests/test_pycode_parser.py
index 11e47a86b..264636907 100644
--- a/tests/test_pycode_parser.py
+++ b/tests/test_pycode_parser.py
@@ -1,7 +1,4 @@
"""
- test_pycode_parser
- ~~~~~~~~~~~~~~~~~~
-
Test pycode.parser.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_quickstart.py b/tests/test_quickstart.py
index 0f317c5a8..940897b5b 100644
--- a/tests/test_quickstart.py
+++ b/tests/test_quickstart.py
@@ -1,7 +1,4 @@
"""
- test_quickstart
- ~~~~~~~~~~~~~~~
-
Test the sphinx.quickstart module.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_roles.py b/tests/test_roles.py
index a7e936376..b531c7d8b 100644
--- a/tests/test_roles.py
+++ b/tests/test_roles.py
@@ -1,7 +1,4 @@
"""
- test_roles
- ~~~~~~~~~~
-
Test sphinx.roles
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_search.py b/tests/test_search.py
index 4c74ac24a..e2cac35c1 100644
--- a/tests/test_search.py
+++ b/tests/test_search.py
@@ -1,7 +1,4 @@
"""
- test_search
- ~~~~~~~~~~~
-
Test the search index builder.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_setup_command.py b/tests/test_setup_command.py
index 0a1176ae6..41571a2c1 100644
--- a/tests/test_setup_command.py
+++ b/tests/test_setup_command.py
@@ -1,7 +1,4 @@
"""
- test_setup_command
- ~~~~~~~~~~~~~~~~~~~
-
Test setup_command for distutils.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_smartquotes.py b/tests/test_smartquotes.py
index bd8216167..78f0faae8 100644
--- a/tests/test_smartquotes.py
+++ b/tests/test_smartquotes.py
@@ -1,7 +1,4 @@
"""
- test_smartquotes
- ~~~~~~~~~~~~~~~~
-
Test smart quotes.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_templating.py b/tests/test_templating.py
index 37e280c3b..1def07050 100644
--- a/tests/test_templating.py
+++ b/tests/test_templating.py
@@ -1,7 +1,4 @@
"""
- test_templating
- ~~~~~~~~~~~~~~~~
-
Test templating.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_theming.py b/tests/test_theming.py
index 60dd72cdf..b760671bc 100644
--- a/tests/test_theming.py
+++ b/tests/test_theming.py
@@ -1,7 +1,4 @@
"""
- test_theming
- ~~~~~~~~~~~~
-
Test the Theme class.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_toctree.py b/tests/test_toctree.py
index 33e73c98c..62f561d87 100644
--- a/tests/test_toctree.py
+++ b/tests/test_toctree.py
@@ -1,7 +1,4 @@
"""
- test_toctree
- ~~~~~~~~~~~~
-
Test the HTML builder and check output against XPath.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_transforms_post_transforms.py b/tests/test_transforms_post_transforms.py
index fe0a7b06b..c3e7613fe 100644
--- a/tests/test_transforms_post_transforms.py
+++ b/tests/test_transforms_post_transforms.py
@@ -1,7 +1,4 @@
"""
- test_transforms_post_transforms
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
Tests the post_transforms
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_transforms_post_transforms_code.py b/tests/test_transforms_post_transforms_code.py
index 11369d2ba..c890df294 100644
--- a/tests/test_transforms_post_transforms_code.py
+++ b/tests/test_transforms_post_transforms_code.py
@@ -1,7 +1,4 @@
"""
- test_transforms_post_transforms_code
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
: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 0023bbcdb..ade5d36f9 100644
--- a/tests/test_util.py
+++ b/tests/test_util.py
@@ -1,7 +1,4 @@
"""
- test_util
- ~~~~~~~~~~~~~~~
-
Tests util functions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_docstrings.py b/tests/test_util_docstrings.py
index 73f155cf3..fe8727e66 100644
--- a/tests/test_util_docstrings.py
+++ b/tests/test_util_docstrings.py
@@ -1,7 +1,4 @@
"""
- test_util_docstrings
- ~~~~~~~~~~~~~~~~~~~~
-
Test sphinx.util.docstrings.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_docutils.py b/tests/test_util_docutils.py
index 9a7a05e49..2ee8953a7 100644
--- a/tests/test_util_docutils.py
+++ b/tests/test_util_docutils.py
@@ -1,7 +1,4 @@
"""
- test_util_docutils
- ~~~~~~~~~~~~~~~~~~
-
Tests util.utils functions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_fileutil.py b/tests/test_util_fileutil.py
index 4d6edd0ce..90264a945 100644
--- a/tests/test_util_fileutil.py
+++ b/tests/test_util_fileutil.py
@@ -1,7 +1,4 @@
"""
- test_util_fileutil
- ~~~~~~~~~~~~~~~~~~
-
Tests sphinx.util.fileutil functions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_i18n.py b/tests/test_util_i18n.py
index 3f4e8d52a..fd67446ae 100644
--- a/tests/test_util_i18n.py
+++ b/tests/test_util_i18n.py
@@ -1,7 +1,4 @@
"""
- test_util_i18n
- ~~~~~~~~~~~~~~
-
Test i18n util.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_images.py b/tests/test_util_images.py
index e2c0c61f0..5dbe2a8ed 100644
--- a/tests/test_util_images.py
+++ b/tests/test_util_images.py
@@ -1,7 +1,4 @@
"""
- test_util_images
- ~~~~~~~~~~~~~~~~
-
Test images util.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_inspect.py b/tests/test_util_inspect.py
index 9e570da76..18abbe86c 100644
--- a/tests/test_util_inspect.py
+++ b/tests/test_util_inspect.py
@@ -1,7 +1,4 @@
"""
- test_util_inspect
- ~~~~~~~~~~~~~~~
-
Tests util.inspect functions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_inventory.py b/tests/test_util_inventory.py
index 305ef4353..d621fd17d 100644
--- a/tests/test_util_inventory.py
+++ b/tests/test_util_inventory.py
@@ -1,7 +1,4 @@
"""
- test_util_inventory
- ~~~~~~~~~~~~~~~~~~~
-
Test inventory util functions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_logging.py b/tests/test_util_logging.py
index 3c78368d1..bb3d3260a 100644
--- a/tests/test_util_logging.py
+++ b/tests/test_util_logging.py
@@ -1,7 +1,4 @@
"""
- test_util_logging
- ~~~~~~~~~~~~~~~~~
-
Test logging util.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_matching.py b/tests/test_util_matching.py
index 651546c92..91d284b23 100644
--- a/tests/test_util_matching.py
+++ b/tests/test_util_matching.py
@@ -1,7 +1,4 @@
"""
- test_util_matching
- ~~~~~~~~~~~~~~~~~~
-
Tests sphinx.util.matching functions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_nodes.py b/tests/test_util_nodes.py
index fe0a278e6..a682dc295 100644
--- a/tests/test_util_nodes.py
+++ b/tests/test_util_nodes.py
@@ -1,7 +1,4 @@
"""
- test_util_nodes
- ~~~~~~~~~~~~~~~
-
Tests uti.nodes functions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_rst.py b/tests/test_util_rst.py
index da3dba707..4f76f584a 100644
--- a/tests/test_util_rst.py
+++ b/tests/test_util_rst.py
@@ -1,7 +1,4 @@
"""
- test_util_rst
- ~~~~~~~~~~~~~~~
-
Tests sphinx.util.rst functions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_template.py b/tests/test_util_template.py
index 36f1dac35..b752a4c34 100644
--- a/tests/test_util_template.py
+++ b/tests/test_util_template.py
@@ -1,7 +1,4 @@
"""
- test_util_template
- ~~~~~~~~~~~~~~~~~~
-
Tests sphinx.util.template functions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_util_typing.py b/tests/test_util_typing.py
index 7d81fee5d..ca3611a44 100644
--- a/tests/test_util_typing.py
+++ b/tests/test_util_typing.py
@@ -1,7 +1,4 @@
"""
- test_util_typing
- ~~~~~~~~~~~~~~~~
-
Tests util.typing functions.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_versioning.py b/tests/test_versioning.py
index 4de8331aa..f615eb2cc 100644
--- a/tests/test_versioning.py
+++ b/tests/test_versioning.py
@@ -1,7 +1,4 @@
"""
- test_versioning
- ~~~~~~~~~~~~~~~
-
Test the versioning implementation.
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.
diff --git a/tests/test_writer_latex.py b/tests/test_writer_latex.py
index ccb578f3e..31d27d591 100644
--- a/tests/test_writer_latex.py
+++ b/tests/test_writer_latex.py
@@ -1,7 +1,4 @@
"""
- test_writer_latex
- ~~~~~~~~~~~~~~~~
-
Test the LaTeX writer
:copyright: Copyright 2007-2022 by the Sphinx team, see AUTHORS.