From 914d580a4f2790b5ea88d38beca93992238e9204 Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 31 Jan 2025 12:23:14 -0500 Subject: Utilities/Sphinx: Ignore warning in generated texinfo documentation --- Utilities/Sphinx/CTestCustom.cmake.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Utilities/Sphinx/CTestCustom.cmake.in b/Utilities/Sphinx/CTestCustom.cmake.in index ee13aa1..8206b36 100644 --- a/Utilities/Sphinx/CTestCustom.cmake.in +++ b/Utilities/Sphinx/CTestCustom.cmake.in @@ -1,4 +1,5 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "cmake.texi:[0-9]+: warning: .definfoenclose is obsolete" + "cmake.texi:[0-9]+: warning: @itemize has text but no @item" "cmake.texi:[0-9]+: warning: @ref should not appear on @item line" ) -- cgit v0.12