]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation: RCU: Reduce toctree depth
authorBagas Sanjaya <bagasdotme@gmail.com>
Tue, 19 Aug 2025 01:26:19 +0000 (08:26 +0700)
committerPaul E. McKenney <paulmck@kernel.org>
Fri, 22 Aug 2025 13:25:47 +0000 (06:25 -0700)
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@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Documentation/RCU/index.rst

index 84a79903f6a88394a70a032b1bcc445923838ba3..e1be5b3c2c6773d655468b94316d56816f7b46ec 100644 (file)
@@ -7,7 +7,7 @@ RCU concepts
 ============
 
 .. toctree::
-   :maxdepth: 3
+   :maxdepth: 2
 
    checklist
    lockdep