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.
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.
The bot apparently needs a toolchain update. Some recipes I added to
GitHubMove.rst to help people transition to the monorepo haven't made it
to the website yet. It'd be nice to get those available to people.