Web "FIR Language Reference" out of sync with FIRLangRef.md?

Hello,

When I look at FIR Language Reference — The Flang Compiler , it seems different from FIRLangRef.md generated by ninja flang-doc: the .md file starts with fir.absent and seems to describe FIR operations in alphabetical order, whereas the web version starts with fir.yield. Is there a mechanism that could sync the web version with the latest info from built .md file?

It is built from the same source, possibly by ninja docs-flang-html. You might have to enable Sphinx -DLLVM_ENABLE_SPHINX=ON.

There is a CI that runs and updates flang.llvm.org with the output of docs-flang-html.

Update: The CI is Buildbot. Looks like it has not been running for 19 days.