Simplify the quickstart index template (#12500)

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
Tim Hoffmann
2024-07-14 02:30:27 +02:00
committed by GitHub
parent e08f12f848
commit e04b0d4bec

View File

@@ -3,19 +3,16 @@
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
Welcome to {{ project }}'s documentation! {{ project }} documentation
==========={{ project_underline }}================= {{ project_underline }}==============
Add your content using ``reStructuredText`` syntax. See the
`reStructuredText <https://www.sphinx-doc.org/en/master/usage/restructuredtext/index.html>`_
documentation for details.
.. toctree:: .. toctree::
:maxdepth: {{ mastertocmaxdepth }} :maxdepth: {{ mastertocmaxdepth }}
:caption: Contents: :caption: Contents:
{{ mastertoctree }} {{ mastertoctree }}
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`