Documentation: dev-tools: properly format ToC headingss

"class:: toc-title" was a workaround for older Sphinx versions that are
no longer supported.

The canonical way to add a heading to the ToC is to use :caption:.
Do that.

Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: gaochao <gaochao49@huawei.com>
Cc: Yanteng Si <siyanteng@loongson.cn>
Cc: Wu XiangCheng <bobwxc@email.cn>
Cc: Fangrui Song <maskray@google.com>
Cc: Wan Jiabing <wanjiabing@vivo.com>
Cc: Alex Shi <alexs@kernel.org>
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20231027081830.195056-6-vegard.nossum@oracle.com
This commit is contained in:
Vegard Nossum 2023-10-27 10:18:24 +02:00 committed by Jonathan Corbet
parent 1f82138281
commit 93f85555a8
2 changed files with 2 additions and 8 deletions

View File

@ -10,11 +10,8 @@ whole; patches welcome!
A brief overview of testing-specific tools can be found in A brief overview of testing-specific tools can be found in
Documentation/dev-tools/testing-overview.rst Documentation/dev-tools/testing-overview.rst
.. class:: toc-title
Table of contents
.. toctree:: .. toctree::
:caption: Table of contents
:maxdepth: 2 :maxdepth: 2
testing-overview testing-overview

View File

@ -14,11 +14,8 @@
有关测试专用工具的简要概述,参见 有关测试专用工具的简要概述,参见
Documentation/translations/zh_CN/dev-tools/testing-overview.rst Documentation/translations/zh_CN/dev-tools/testing-overview.rst
.. class:: toc-title
目录
.. toctree:: .. toctree::
:caption: 目录
:maxdepth: 2 :maxdepth: 2
testing-overview testing-overview