[PATCH] D63211: [docs] Fix local docs build

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 05:16:28 PDT 2019


jhenderson added a comment.

I just started setting up a new Ubuntu 18.04 machine with the intent of migrating away from my old 14.04 installation, and I see the exact same error, with the same versions, so it's not a Windows problem.

I downgraded sphinx and recommonmark to 1.7.5 and 0.4.0 respectively. This allowed the build to complete, but the addr2line link broke, like on the build bots. I then upgraded only recommonmark to 0.5.0, and the build broke (but the link worked). Finally, I downgraded recommonmark back to 0.4.0, and upgrdade sphinx to 1.8.5 and the link is broken, but the build passes.

I'm now certain that it's a version difference in recommonmark, and I think we should update the build bots, and land this patch at the same time. I'll try contacting the build bot maintainers.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63211/new/

https://reviews.llvm.org/D63211





More information about the llvm-commits mailing list