Skip to content

Commit 326b16b

Browse files
bagasmepaulmckrcu
authored andcommitted
Documentation: RCU: Reduce toctree depth
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>
1 parent 8495e00 commit 326b16b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/RCU/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RCU concepts
77
============
88

99
.. toctree::
10-
:maxdepth: 3
10+
:maxdepth: 2
1111

1212
checklist
1313
lockdep

0 commit comments

Comments
 (0)