steakhal wrote: You can build the docs once you enable in sphinx in cmake using `LLVM_ENABLE_SPHINX=ON` (and also installing `pip install myst_parser`), and building the `docs-clang-html` target. The result should be in `build/tools/clang/docs/html/index.html` and `build/tools/clang/docs/html/ScalableStaticAnalysisFramework/SummaryExtraction.html`.
You can review the document in a more human-readable form by clicking on the `...` of the file then on `View file`. That is not quite how it would look how Sphinx would render it, but close enough. Here are two screenshots to get a feel for it: <img width="1218" height="423" alt="image" src="https://github.com/user-attachments/assets/1fac1f32-4793-4fdf-a18e-60a0dc42abeb" /> <img width="855" height="845" alt="image" src="https://github.com/user-attachments/assets/45473031-b0e5-4afb-a520-e58490eacc50" /> https://github.com/llvm/llvm-project/pull/172876 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
