From e204cb74452626fcfccd1d72d46e9fffa48acc82 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 15 Jul 2025 14:33:12 -0400 Subject: [PATCH] Restored documentation navigation Regression in daa9a8eff014875f66cd625d7ff5b124dc7e8dec --- docs/source/contents.rst | 5 +---- docs/source/index.rst | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/docs/source/contents.rst b/docs/source/contents.rst index e2fbdf0fb..2def4b8a9 100644 --- a/docs/source/contents.rst +++ b/docs/source/contents.rst @@ -4,10 +4,7 @@ Table of contents ================= -.. toctree:: - :hidden: - - index +.. Keep this toctree in sync with the one at the bottom of index.rst. .. toctree:: :maxdepth: 2 diff --git a/docs/source/index.rst b/docs/source/index.rst index dfc1a2ad2..9e0243487 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -61,3 +61,17 @@ Miscellaneous - :doc:`releases/index` - :doc:`internals` + +.. Keep this toctree in sync with contents.rst. + +.. toctree:: + :hidden: + :maxdepth: 2 + + intro/index + topics/index + ref/index + howto/index + faq + releases/index + internals