From: Purva Yeshi <[email protected]> Reduce toctree depth from 2 to 1 so that only docs titles are listed in the toctree.
Signed-off-by: Purva Yeshi <[email protected]> Reviewed-by: Bagas Sanjaya <[email protected]> Link: https://lore.kernel.org/r/[email protected] [Bagas: massage commit message] Signed-off-by: Bagas Sanjaya <[email protected]> --- Documentation/trace/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst index 2c991dc96ace60..fecc4adf70a830 100644 --- a/Documentation/trace/index.rst +++ b/Documentation/trace/index.rst @@ -3,7 +3,7 @@ Linux Tracing Technologies ========================== .. toctree:: - :maxdepth: 2 + :maxdepth: 1 ftrace-design tracepoint-analysis -- An old man doll... just what I always wanted! - Clara
