On Tue, Feb 12, 2019 at 10:45 AM Jonas Devlieghere <jonas at devlieghere.com> wrote:> Hi Kostya, > > I remember seeing this in the past. IIRC it was sufficient to install > recommonmark with `pip install recommonmark`. >installing this on my machine won't help the bots that build the docs, right?> > Cheers, > Jonas > > On Tue, Feb 12, 2019 at 10:17 AM Kostya Serebryany via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi, >> >> docs seem to be broken. >> e.g. r353563 adds docs for callbr, but >> https://llvm.org/docs/LangRef.html doesn't have it. >> >> trying to build the docs manually on my box: >> ninja docs-llvm-html >> >> FAILED: docs/CMakeFiles/docs-llvm-html >> cd /usr/local/google/home/kcc/llvm-build/docs && /usr/bin/sphinx-build -b >> html -d /usr/local/google/home/kcc/llvm-build/docs/_doctrees-llvm-html -q >> -W /usr/local/google/home/kcc/llvm/docs >> /usr/local/google/home/kcc/llvm-build/docs/html >> >> Extension error: >> Could not import recommonmark.parser (needed for source parser) >> (exception: No module named recommonmark.parser) >> ninja: build stopped: subcommand failed. >> >> >> Any thoughts? >> >> Thanks! >> >> --kcc >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >> >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190212/100d4279/attachment.html>
On Tue, Feb 12, 2019 at 10:54 AM Kostya Serebryany <kcc at google.com> wrote:> > > On Tue, Feb 12, 2019 at 10:45 AM Jonas Devlieghere <jonas at devlieghere.com> > wrote: > >> Hi Kostya, >> >> I remember seeing this in the past. IIRC it was sufficient to install >> recommonmark with `pip install recommonmark`. >> > > installing this on my machine won't help the bots that build the docs, > right? >>From your original e-mail I understood this only happened locally. Thesphinx bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs) is green so I don't think there's a problem with the docs itself. However, I recently learned this bot doesn't update the website and that there's as script to do that. +Tanya who should be able to help with this.> > >> >> Cheers, >> Jonas >> >> On Tue, Feb 12, 2019 at 10:17 AM Kostya Serebryany via llvm-dev < >> llvm-dev at lists.llvm.org> wrote: >> >>> Hi, >>> >>> docs seem to be broken. >>> e.g. r353563 adds docs for callbr, but >>> https://llvm.org/docs/LangRef.html doesn't have it. >>> >>> trying to build the docs manually on my box: >>> ninja docs-llvm-html >>> >>> FAILED: docs/CMakeFiles/docs-llvm-html >>> cd /usr/local/google/home/kcc/llvm-build/docs && /usr/bin/sphinx-build >>> -b html -d /usr/local/google/home/kcc/llvm-build/docs/_doctrees-llvm-html >>> -q -W /usr/local/google/home/kcc/llvm/docs >>> /usr/local/google/home/kcc/llvm-build/docs/html >>> >>> Extension error: >>> Could not import recommonmark.parser (needed for source parser) >>> (exception: No module named recommonmark.parser) >>> ninja: build stopped: subcommand failed. >>> >>> >>> Any thoughts? >>> >>> Thanks! >>> >>> --kcc >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> llvm-dev at lists.llvm.org >>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> >>-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190212/b12c19fc/attachment.html>
On Tue, Feb 12, 2019 at 11:05 AM Jonas Devlieghere via llvm-dev < llvm-dev at lists.llvm.org> wrote:> On Tue, Feb 12, 2019 at 10:54 AM Kostya Serebryany <kcc at google.com> wrote: > >> >> >> On Tue, Feb 12, 2019 at 10:45 AM Jonas Devlieghere <jonas at devlieghere.com> >> wrote: >> >>> Hi Kostya, >>> >>> I remember seeing this in the past. IIRC it was sufficient to install >>> recommonmark with `pip install recommonmark`. >>> >> >> installing this on my machine won't help the bots that build the docs, >> right? >> > > From your original e-mail I understood this only happened locally. The > sphinx bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs) is green > so I don't think there's a problem with the docs itself. However, I > recently learned this bot doesn't update the website and that there's as > script to do that. +Tanya who should be able to help with this. >There is a mailing list (www-scripts at lists.llvm.org) that receives the logs from the doc regeneration scripts so that we can debug these problems ourselves without help from Tanya, Mike, or anyone else with direct access to the infrastructure. I see some error logs here: http://lists.llvm.org/pipermail/www-scripts/2019-February/thread.html Hopefully that helps. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190212/af9c5d09/attachment-0001.html>
Will investigate and fix ASAP. -Tanya> On Feb 12, 2019, at 11:04 AM, Jonas Devlieghere <jonas at devlieghere.com> wrote: > >> On Tue, Feb 12, 2019 at 10:54 AM Kostya Serebryany <kcc at google.com> wrote: > >> >> >>> On Tue, Feb 12, 2019 at 10:45 AM Jonas Devlieghere <jonas at devlieghere.com> wrote: >>> Hi Kostya, >>> >>> I remember seeing this in the past. IIRC it was sufficient to install recommonmark with `pip install recommonmark`. >> >> installing this on my machine won't help the bots that build the docs, right? > > From your original e-mail I understood this only happened locally. The sphinx bot (http://lab.llvm.org:8011/builders/llvm-sphinx-docs) is green so I don't think there's a problem with the docs itself. However, I recently learned this bot doesn't update the website and that there's as script to do that. +Tanya who should be able to help with this. > >> >>> >>> Cheers, >>> Jonas >>> >>>> On Tue, Feb 12, 2019 at 10:17 AM Kostya Serebryany via llvm-dev <llvm-dev at lists.llvm.org> wrote: >>>> Hi, >>>> >>>> docs seem to be broken. >>>> e.g. r353563 adds docs for callbr, but >>>> https://llvm.org/docs/LangRef.html doesn't have it. >>>> >>>> trying to build the docs manually on my box: >>>> ninja docs-llvm-html >>>> >>>> FAILED: docs/CMakeFiles/docs-llvm-html >>>> cd /usr/local/google/home/kcc/llvm-build/docs && /usr/bin/sphinx-build -b html -d /usr/local/google/home/kcc/llvm-build/docs/_doctrees-llvm-html -q -W /usr/local/google/home/kcc/llvm/docs /usr/local/google/home/kcc/llvm-build/docs/html >>>> >>>> Extension error: >>>> Could not import recommonmark.parser (needed for source parser) (exception: No module named recommonmark.parser) >>>> ninja: build stopped: subcommand failed. >>>> >>>> >>>> Any thoughts? >>>> >>>> Thanks! >>>> >>>> --kcc >>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> llvm-dev at lists.llvm.org >>>> https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190212/1ab8efbe/attachment.html>