[PATCH] D27608: Update LLVM documentation to allow for easier creation of documentation in multiple formats (in particular CHM format)

Vedant Kumar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 9 15:41:26 PST 2016


vsk added a comment.

Just to make sure we're on the same page, are you running this?

  mkdir output
  cd llvm
  sphinx-build -b epub docs ../output

The table of contents in the epub doc this command generates looks fine to me (and it's in one file). I wonder if you could clarify the exact steps you're taking, and the go into a bit more detail about the problem you're trying to solve. As-is, your patch simply deletes a lot of useful documentation, so I don't think we can take it.


https://reviews.llvm.org/D27608





More information about the llvm-commits mailing list