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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 09:41:55 PDT 2019


jhenderson added a comment.

FWIW, the full error text I got from the build was:
`C:\llvm\llvm\docs\CommandGuide\llvm-objcopy.md:16:None:any reference target not found: llvm-strip.html`

pip tells me I have version 1.8.5 of Sphinx installed, and version 0.5.0 of recommonmark. Unfortunately, the documentation is not really helpful on this topic at all. This github comment seems to suggest that it is supported: https://github.com/rtfd/recommonmark/issues/8#issuecomment-279661887, but I wasn't able to understand the conclusion at all.

Could you try running those versions if you get a moment and see if you see the same issue? I wonder if it's a behaviour change somewhere along the lines (though don't ask me what the error message is about - I tried searching online and failed to find anything relevant).


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