https://github.com/AaronBallman commented:
Have you verified this actually builds the correct documentation? The reason we're using .rst in Clang is because our maintainers list is public-facing: https://clang.llvm.org/docs/Maintainers.html So we have a .rst file in /docs that basically delegates to the root-clang-level Maintainers.rst file which contains the real data and Sphinx was happy with that. So long as we continue to get the public-facing generated HTML page, I'm happy enough with .md over .rst for this. https://github.com/llvm/llvm-project/pull/180652 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
