From f9e6b471f75e29e6b5bc2c0a88cb0ef3f706b742 Mon Sep 17 00:00:00 2001 From: Pekka Paalanen Date: Sun, 28 Dec 2025 12:44:26 +0200 Subject: [PATCH] doc: validate doc XML again Now that all XML validation errors have been fixed, it is time to turn the validation back on to make sure the errors stay out. Signed-off-by: Pekka Paalanen --- doc/publican/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/publican/meson.build b/doc/publican/meson.build index 9704f29a..6be7bad3 100644 --- a/doc/publican/meson.build +++ b/doc/publican/meson.build @@ -98,7 +98,6 @@ custom_target( 'Wayland-docbook-html', command: [ xmlto, - '--skip-validation', '--stringparam', 'chunker.output.encoding=UTF-8', '--stringparam', 'chunk.section.depth=0', '--stringparam', 'toc.section.depth=1',