[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250918101430.2592294-5-paulmck@kernel.org>
Date: Thu, 18 Sep 2025 03:14:27 -0700
From: "Paul E. McKenney" <paulmck@...nel.org>
To: rcu@...r.kernel.org
Cc: linux-kernel@...r.kernel.org,
kernel-team@...a.com,
rostedt@...dmis.org,
Bagas Sanjaya <bagasdotme@...il.com>,
"Paul E . McKenney" <paulmck@...nel.org>
Subject: [PATCH v2 5/8] Documentation: RCU: Reduce toctree depth
From: Bagas Sanjaya <bagasdotme@...il.com>
toctree index for RCU currently has maximum depth of 3. Since no docs
currently use more than 3 section heading levels, this effectively spills
the entire docs hierarchy.
Tidy up by reducing toctree depth to 2 (only showing docs title and
second-level sections).
Signed-off-by: Bagas Sanjaya <bagasdotme@...il.com>
Signed-off-by: Paul E. McKenney <paulmck@...nel.org>
---
Documentation/RCU/index.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/RCU/index.rst b/Documentation/RCU/index.rst
index 84a79903f6a883..e1be5b3c2c6773 100644
--- a/Documentation/RCU/index.rst
+++ b/Documentation/RCU/index.rst
@@ -7,7 +7,7 @@ RCU concepts
============
.. toctree::
- :maxdepth: 3
+ :maxdepth: 2
checklist
lockdep
--
2.40.1
Powered by blists - more mailing lists