From dc7fceb2005981695e8f97ab90bd64b4c88af30b Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 25 Jan 2024 09:32:57 -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 840121b..ee13aa1 100644 --- a/Utilities/Sphinx/CTestCustom.cmake.in +++ b/Utilities/Sphinx/CTestCustom.cmake.in @@ -1,3 +1,4 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION "cmake.texi:[0-9]+: warning: .definfoenclose is obsolete" + "cmake.texi:[0-9]+: warning: @ref should not appear on @item line" ) -- cgit v0.12