Files
sphinx/tests/roots/test-toctree-index/index.rst
Brecht Machiels d924acfdb9 Make toctree accept special docnames (#10673)
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>
2022-09-12 20:13:14 +01:00

16 lines
132 B
ReStructuredText

test-toctree-index
==================
.. toctree::
foo
.. toctree::
:caption: Indices
genindex
modindex
search