Fix indentation and spacing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fix indentation and spacing.
In the previous commit, the Sphinx documentation issues were overlooked due to an unexpected build error and the Sphinx build did not run as part of pre-build check. This was compounded by my unfamiliarity with the documentation generation process.
In this revision, I've addressed the indentation and spacing issues in the .rst files. The fixes have been validated locally using ninja docs-clang-html and ninja docs-llvm-html.
Apologies for the confusion in the previous submission. I look forward to your feedback on this revision.