This change corrects a TOC display issue when other documentation formats like HTML Help and EPub are generated by sphinx-build by dividing the table of contents of the LLVM documentation into separate files.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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.