Re: [PATCH v8 06/13] docs: use parser_yaml extension to handle Netlink specs

Mauro Carvalho Chehab <[email protected]> Wed, 9 Jul 2025 17:25:10 +0200
Newsgroups dev.linux.lists.lkmm,dev.linux.lists.linux-kernel-mentees,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kernel.vger.netdev
Message-ID <[email protected]>
Em Fri, 27 Jun 2025 11:28:40 +0100
Donald Hunter <[email protected]> escreveu:

> Mauro Carvalho Chehab <[email protected]> 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 <[email protected]>
> > Reviewed-by: Donald Hunter <[email protected]>  
> 
> This patch doesn't currently merge in the net-next tree because it
> depends on a series in docs-next.

True. It has to either be applied on docs-next or you need to merge
from it if you want to apply on your tree.

This patch depends at the changes there to properly address 
include_pattern/exclude_pattern.

Regards,
Mauro