This is an archive of the discontinued LLVM Phabricator instance.

[docs] Fix sphinx doc generation errors
ClosedPublic

Authored by rupprecht on Aug 13 2019, 3:49 PM.

Details

Summary

Errors fixed:

  • GettingStarted: Duplicate explicit target name: "cmake"
  • GlobalISel: Unexpected indentation
  • LoopTerminology: Explicit markup ends without a blank line; unexpected unindent
  • ORCv2: Definition list ends without a blank line; unexpected unindent
  • Misc: document isn't included in any toctree

Verified that a clean docs build (rm -rf docs/ && ninja docs-llvm-html) passes with no errors. Spot checked the individual pages to make sure they look OK.

Diff Detail

Repository
rL LLVM

Event Timeline

rupprecht created this revision.Aug 13 2019, 3:49 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 13 2019, 3:49 PM
This revision is now accepted and ready to land.Aug 13 2019, 4:56 PM
This revision was automatically updated to reflect the committed changes.