[PATCH 3/3] tracing/Documentation: fix compile warning in debugging.rst

From: chenxiaosong
Date: Sat Oct 19 2024 - 03:18:24 EST


From: ChenXiaoSong <chenxiaosong@xxxxxxxxxx>

`make htmldocs` reports the following warning:

Documentation/trace/debugging.rst: WARNING: document isn't included \
in any toctree

Fix it by adding debugging.rst to toctree.

Signed-off-by: ChenXiaoSong <chenxiaosong@xxxxxxxxxx>
---
Documentation/trace/index.rst | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst
index 0b300901fd75..2827292f8f34 100644
--- a/Documentation/trace/index.rst
+++ b/Documentation/trace/index.rst
@@ -36,3 +36,4 @@ Linux Tracing Technologies
user_events
rv/index
hisi-ptt
+ debugging
--
2.34.1