Skip to content

Commit edc1b8b

Browse files
committed
Drop duplicate toctree captions on the docs homepage
Each toctree carried a :caption: that exactly matched its surrounding H2 section heading, so readthedocs rendered "Getting Started" / "User Guide (English)" / "API Reference" twice. Remove the redundant captions and let the section heading do that work.
1 parent 6145fa3 commit edc1b8b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

docs/source/index.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ Getting Started
1717

1818
.. toctree::
1919
:maxdepth: 2
20-
:caption: Getting Started
2120

2221
getting_started/installation
2322
getting_started/quickstart
@@ -27,7 +26,6 @@ User Guide (English)
2726

2827
.. toctree::
2928
:maxdepth: 2
30-
:caption: User Guide (English)
3129

3230
Eng/eng_index
3331

@@ -36,7 +34,6 @@ User Guide (繁體中文)
3634

3735
.. toctree::
3836
:maxdepth: 2
39-
:caption: 使用者指南 (繁體中文)
4037

4138
Zh/zh_index
4239

@@ -45,7 +42,6 @@ API Reference
4542

4643
.. toctree::
4744
:maxdepth: 2
48-
:caption: API Reference
4945

5046
API/api_index
5147

0 commit comments

Comments
 (0)