[Lldb-commits] [lldb] [llvm] [Docs] Use cacheable myst_heading_slug_func value (PR #104847)
Med Ismail Bennani via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 26 16:09:31 PDT 2024
medismailben wrote:
> Requires myst_parser 0.19.0 (specifically [executablebooks/MyST-Parser#696](https://github.com/executablebooks/MyST-Parser/pull/696)) which is over a year old by now. Do we mandate any minimum version for these dependencies?
Kinda: [llvm/docs/requirements.txt](https://github.com/llvm/llvm-project/blob/main/llvm/docs/requirements.txt) describes the dependencies required to build the documentation and their version. It looks like for `myst_parser` the builder should have version 2.0.0 so your patch should be good.
https://github.com/llvm/llvm-project/pull/104847
More information about the lldb-commits
mailing list