- have the topmost toctree only include page names
- add glossary to toctree, remove search by itself
(cherry picked from commit
87a1af4efe5bb515d9e687e2f7dfc84dfb8ee522)
Conflicts:
doc/build/changelog/index.rst
------------------------
.. toctree::
- :maxdepth: 1
+ :titlesonly:
- migration_09
+ migration_09
Change logs
-----------
.. toctree::
- :maxdepth: 2
+ :titlesonly:
changelog_09
changelog_08
----------------------
.. toctree::
- :maxdepth: 1
+ :titlesonly:
migration_08
migration_07
documentation, see :ref:`index_toplevel`.
.. toctree::
- :maxdepth: 3
+ :titlesonly:
+ :includehidden:
- intro
- orm/index
- core/index
- dialects/index
- faq/index
- changelog/index
+ intro
+ orm/index
+ core/index
+ dialects/index
+ faq/index
+ changelog/index
Indices and tables
------------------
+* :ref:`glossary`
* :ref:`genindex`
-* :ref:`search`