From eb44a6fde5c2261afa6758b10f5afeacf45ad33a Mon Sep 17 00:00:00 2001 From: Lester Hedges Date: Thu, 24 Oct 2024 15:42:45 +0100 Subject: [PATCH] Fix section depth. [ci skip] --- doc/source/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 92ec687e1..3c20502b2 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -63,7 +63,7 @@ Tutorials ========= .. toctree:: - :maxdepth: 1 + :maxdepth: 2 tutorials/index @@ -71,7 +71,7 @@ Detailed Guides =============== .. toctree:: - :maxdepth: 1 + :maxdepth: 2 guides/index @@ -93,7 +93,7 @@ Support Contributing ============ .. toctree:: - :maxdepth: 1 + :maxdepth: 2 contributing/index contributors