mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
The `.. toctree::` directive now supports the reserved special docnames 'genindex', 'modindex', and 'search'. Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
16 lines
132 B
ReStructuredText
16 lines
132 B
ReStructuredText
test-toctree-index
|
|
==================
|
|
|
|
.. toctree::
|
|
|
|
foo
|
|
|
|
|
|
.. toctree::
|
|
:caption: Indices
|
|
|
|
genindex
|
|
modindex
|
|
search
|
|
|