[PATCH] D63292: [docs] Workaround old recommonmark version on buildbots

Jordan Rupprecht via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 13 11:44:46 PDT 2019


rupprecht created this revision.
rupprecht added a reviewer: jhenderson.
Herald added a reviewer: alexshap.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

recommonmark 0.4.0 doesn't understand md -> rst links (and so adding `.html` is required), but recommonmark 0.5.0 emits a warning (which we treat as errors) when hitting this.

Work around this by temporarily using regular, non-markdown links.

Revert this after upgrading the buildbots to recommonmark 0.5.0, and then fix the links to not explicitly include the `.html` in these files (except `llvm-addr2line`, which is already broken on llvm.org).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D63292

Files:
  llvm/docs/CommandGuide/llvm-addr2line.md
  llvm/docs/CommandGuide/llvm-objcopy.md
  llvm/docs/CommandGuide/llvm-ranlib.md
  llvm/docs/CommandGuide/llvm-readelf.md
  llvm/docs/CommandGuide/llvm-strip.md

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63292.204597.patch
Type: text/x-patch
Size: 4059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190613/575e6ca0/attachment.bin>


More information about the llvm-commits mailing list