]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
docs: use parser_yaml extension to handle Netlink specs
authorMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Thu, 12 Jun 2025 08:34:30 +0000 (10:34 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Tue, 12 Aug 2025 05:47:30 +0000 (07:47 +0200)
commit1ce4da3dd99e98bd4a8b396c291041080e0fe85e
treeabfb42a5e37c92ecc299e567cefa44f5b9c17ce6
parentbb1e3629b2e684e03adb21d75c7839f3afeb488e
docs: use parser_yaml extension to handle Netlink specs

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>
Documentation/Makefile
Documentation/conf.py
Documentation/networking/index.rst
Documentation/networking/netlink_spec/readme.txt [deleted file]