]> git.baikalelectronics.ru Git - kernel.git/commit
docs: Hook the RTLA documents into the kernel docs build
authorJonathan Corbet <corbet@lwn.net>
Fri, 21 Jan 2022 00:00:33 +0000 (17:00 -0700)
committerJonathan Corbet <corbet@lwn.net>
Thu, 27 Jan 2022 18:20:39 +0000 (11:20 -0700)
commitb01d7ffcbd5bead1bd2744f9510f919a82a8780c
tree59ffcb7d0e23daccf3cee8bcb785d4b72617c44d
parent991a5e519c2aa1f4ed2bf6e2139997d7e7967cb3
docs: Hook the RTLA documents into the kernel docs build

The RTLA documents were added to Documentation/ but never hooked into the
rest of the docs build, leading to a bunch of warnings like:

  Documentation/tools/rtla/rtla-osnoise.rst: WARNING: document isn't included in any toctree

Add some basic glue to wire these documents into the build so that they are
available with the rest of the rendered docs.  No attempt has been made to
turn the RTLA docs into proper RST files rather than warmed-over man pages;
that is an exercise for the future.

Fixes: 60d2a6657c5e ("rtla: Add Documentation")
Acked-by: Daniel Bristot de Oliveira <bristot@kernel.org>
Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>
Link: https://lore.kernel.org/r/877dau555q.fsf@meer.lwn.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/index.rst
Documentation/tools/index.rst [new file with mode: 0644]
Documentation/tools/rtla/index.rst [new file with mode: 0644]