This is an archive of the discontinued LLVM Phabricator instance.

[Docs] Fix Sphinx documentation formatting issues in LanguageExtensions.rst
ClosedPublic

Authored by codemzs on May 26 2023, 11:14 PM.

Diff Detail

Event Timeline

codemzs created this revision.May 26 2023, 11:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2023, 11:14 PM
codemzs requested review of this revision.May 26 2023, 11:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2023, 11:14 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
codemzs updated this revision to Diff 526246.May 27 2023, 12:24 AM
codemzs retitled this revision from [Docs] Fix formatting issues in LanguageExtensions.rst to [Docs] Fix Sphinx documentation formatting issues in LanguageExtensions.rst.
codemzs edited the summary of this revision. (Show Details)
codemzs added a reviewer: rjmccall.
codemzs added a subscriber: rjmccall.

Fix indentation and spacing.

Hi @pengfei and @rjmccall,

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.

pengfei accepted this revision.May 27 2023, 1:43 AM

LGTM.

This revision is now accepted and ready to land.May 27 2023, 1:43 AM
This revision was landed with ongoing or failed builds.May 27 2023, 1:45 AM
This revision was automatically updated to reflect the committed changes.