diff mbox series

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

Message ID 20241019071539.125934-4-chenxiaosong@chenxiaosong.com (mailing list archive)
State New
Headers show
Series Documentation: update nfs idmapper doc and fix compile issues | expand

Commit Message

ChenXiaoSong Oct. 19, 2024, 7:15 a.m. UTC
From: ChenXiaoSong <chenxiaosong@kylinos.cn>

`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@kylinos.cn>
---
 Documentation/trace/index.rst | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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