Re: [PATCH] docs: Hook the RTLA documents into the kernel docs build

From: Steven Rostedt
Date: Sat Jan 22 2022 - 20:57:48 EST


On Thu, 20 Jan 2022 17:00:33 -0700
Jonathan Corbet <corbet@xxxxxxx> wrote:

> 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.

Looks fine to me.

Acked-by: Steven Rostedt (Google) <rostedt@xxxxxxxxxxx>

-- Steve