We neglected to update MAINTAINERS when we fused the conf.py into one, and when we deleted the kernel-doc script. Update it now.
Fixes: b93f4fbdc4 (docs: Build and install all the docs in a single manual, 2021-01-15) Fixes: 619d5f0211 (scripts/kernel-doc: Delete the old Perl kernel-doc script, 2025-08-14) Cc: John Snow <[email protected]> Cc: Peter Maydell <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Markus Armbruster <[email protected]> --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index e13939589a..b7fe4fa58a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4614,13 +4614,11 @@ M: Peter Maydell <[email protected]> M: Mauro Carvalho Chehab <[email protected]> S: Maintained F: docs/conf.py -F: docs/*/conf.py F: docs/requirements.txt F: docs/sphinx/ F: docs/_templates/ F: docs/devel/docs.rst F: docs/devel/qapi-domain.rst -F: scripts/kernel-doc F: scripts/lib/kdoc/ Rust build system integration -- 2.54.0
