[PATCH] D66183: [docs] Fix sphinx doc generation errors
Jordan Rupprecht via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 13 15:52:07 PDT 2019
rupprecht created this revision.
rupprecht added a reviewer: thakis.
Herald added subscribers: llvm-commits, arphaman.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D66183
Files:
llvm/docs/GettingStarted.rst
llvm/docs/GlobalISel.rst
llvm/docs/LoopTerminology.rst
llvm/docs/ORCv2.rst
llvm/docs/index.rst
llvm/docs/tutorial/index.rst
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66183.214957.patch
Type: text/x-patch
Size: 5831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190813/8f168fd9/attachment.bin>
More information about the llvm-commits
mailing list