stale docs at https://clang.llvm.org/docs?

Hi

Does anyone know why the docs on https://clang.llvm.org/docs
are not being updated?

E.g. compare
https://clang.llvm.org/docs/HardwareAssistedAddressSanitizerDesign.html

and
https://github.com/llvm-mirror/clang/blob/master/docs/HardwareAssistedAddressSanitizerDesign.rst

The last commit was 5 days ago, but https://clang.llvm.org/docs still has an older version.

Thanks!

–kcc

If it’s useful, I’ve been using RTD to publish a non-authoritative mirror of the docs – http://bcain-llvm.readthedocs.io/projects/clang/en/latest/HardwareAssistedAddressSanitizerDesign/