From f7ffadaf3db660806484c6d013fb47c7e243a637 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Cab=C3=A9?= Date: Wed, 30 Oct 2024 12:26:39 +0100 Subject: [PATCH] doc: hide main table of contents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hide the main table of contents so that it doesn't show up in the actual documentation index, only in the side bar. This helps keep the index less cluttered and to the point. Signed-off-by: Benjamin Cabé --- doc/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/index.rst b/doc/index.rst index 811bc36ed2b..aa4918c583b 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -93,7 +93,7 @@ licensing, as described in :ref:`Zephyr_Licensing`. .. toctree:: :maxdepth: 1 - :caption: Contents + :hidden: introduction/index.rst develop/index.rst