mizvekov wrote: > Thanks @mizvekov for your quick code review. I got a `Test Doc build` failure > https://github.com/llvm/llvm-project/actions/runs/15397135588. Following the > build steps, I managed to reproduce the error, but I am not sure how to fix > it. Is there any command to format *.rst file? or any suggestion? Thanks
https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html The error says unexpected indentation. Just a guess, but maybe you got tabs and spaces mixed up. https://github.com/llvm/llvm-project/pull/142409 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits