mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Merge pull request #2881 from tk0miya/use_toctree_caption_by_default
Use caption of toctree by default
This commit is contained in:
@@ -6,10 +6,9 @@
|
|||||||
Welcome to {{ project }}'s documentation!
|
Welcome to {{ project }}'s documentation!
|
||||||
==========={{ project_underline }}=================
|
==========={{ project_underline }}=================
|
||||||
|
|
||||||
Contents:
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: {{ mastertocmaxdepth }}
|
:maxdepth: {{ mastertocmaxdepth }}
|
||||||
|
:caption: Contents:
|
||||||
|
|
||||||
{{ mastertoctree }}
|
{{ mastertoctree }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user