Re: [PATCH v5 11/15] docs: use parser_yaml extension to handle Netlink specs
From: Donald Hunter <donald.hunter@gmail.com>
Date: 2025-06-17 13:00:15
Also in:
linux-doc, linux-kernel-mentees, lkml
From: Donald Hunter <donald.hunter@gmail.com>
Date: 2025-06-17 13:00:15
Also in:
linux-doc, linux-kernel-mentees, lkml
Mauro Carvalho Chehab [off-list ref] writes:
Instead of manually calling ynl_gen_rst.py, use a Sphinx extension. This way, no .rst files would be written to the Kernel source directories. We are using here a toctree with :glob: property. This way, there is no need to touch the netlink/specs/index.rst file every time a new Netlink spec is added/renamed/removed. Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>