Daniel Sanders via llvm-dev
2019-Oct-29 18:52 UTC
[llvm-dev] What rebuilds the sphinx documentation at llvm.org?
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>
Tom Stellard via llvm-dev
2019-Oct-29 19:31 UTC
[llvm-dev] What rebuilds the sphinx documentation at llvm.org?
On 10/29/2019 11:52 AM, Daniel Sanders via llvm-dev wrote:> 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 from https://llvm.org/docs/GlobalISel.html to https://llvm.org/docs/GlobalISel/index.html. At the same time, the file 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? >There is an issue with syncing the website from GitHub. We are working on this and hope to have it fixed soon. -Tom> Thanks > > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >
Daniel Sanders via llvm-dev
2019-Oct-29 20:07 UTC
[llvm-dev] What rebuilds the sphinx documentation at llvm.org?
> On Oct 29, 2019, at 12:31, Tom Stellard <tstellar at redhat.com> wrote: > > On 10/29/2019 11:52 AM, Daniel Sanders via llvm-dev wrote: >> 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 from https://llvm.org/docs/GlobalISel.html to https://llvm.org/docs/GlobalISel/index.html. At the same time, the file 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? >> > > There is an issue with syncing the website from GitHub. We are working > on this and hope to have it fixed soon. > > -TomThanks>> Thanks >> >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >