[llvm-dev] What rebuilds the sphinx documentation at llvm.org?

Daniel Sanders via llvm-dev llvm-dev at lists.llvm.org
Tue Oct 29 11:52:56 PDT 2019


Hi All,

I've been working on some documentation changes for GlobalISel and it looks like they aren't being reflected on llvm.org <http://llvm.org/>. In particular, the change I landed on the 25th Oct (https://github.com/llvm/llvm-project/commit/feab0334f57d) hasn't appeared yet. This commit changed the 'Global Instruction Selection' link at https://llvm.org/docs/Reference.html#llvm-ir <https://llvm.org/docs/Reference.html#llvm-ir> from https://llvm.org/docs/GlobalISel.html <https://llvm.org/docs/GlobalISel.html> to https://llvm.org/docs/GlobalISel/index.html <https://llvm.org/docs/GlobalISel/index.html>. At the same time, the file https://llvm.org/docs/GlobalISel.html <https://llvm.org/docs/GlobalISel.html> was also removed and the content was redistributed across several files.

What causes the llvm.org <http://llvm.org/> sphinx documentation to be rebuilt? I see we have a buildbot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs <http://lab.llvm.org:8011/builders/llvm-sphinx-docs/builds/37337>) but as far as I can tell there's nothing in it that syncs with llvm.org <http://llvm.org/>. Am I missing something?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191029/9161c75d/attachment.html>


More information about the llvm-dev mailing list