================
@@ -94,6 +94,8 @@
 .. |ReleaseNotesTitle| replace:: {in_progress_title} Release Notes
 """
 
+suppress_warnings = ["misc.highlighting_failure"]
----------------
Lancern wrote:

MLIR-generated doc would contain Markdown code blocks of language `mlir`, which 
is not supported by Sphinx and would cause Sphinx build to fail. Thus the 
specific Sphinx error is suppressed here.

https://github.com/llvm/llvm-project/pull/190354
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to