[llvm] 91f3d8d - [Docs] Fix build (#200467)
via llvm-commits
llvm-commits at lists.llvm.org
Fri May 29 11:03:28 PDT 2026
Author: Aiden Grossman
Date: 2026-05-29T18:03:23Z
New Revision: 91f3d8d7030ecf4c78307bc58917f6f5ec5cdfef
URL: https://github.com/llvm/llvm-project/commit/91f3d8d7030ecf4c78307bc58917f6f5ec5cdfef
DIFF: https://github.com/llvm/llvm-project/commit/91f3d8d7030ecf4c78307bc58917f6f5ec5cdfef.diff
LOG: [Docs] Fix build (#200467)
5047ae21b426452b3ee753574be45404d15111cb left out some whitespace that
is necessary for sphinx to work.
Added:
Modified:
llvm/docs/DeveloperPolicy.rst
Removed:
################################################################################
diff --git a/llvm/docs/DeveloperPolicy.rst b/llvm/docs/DeveloperPolicy.rst
index a99a6d0090c5e..77a87f1d313d3 100644
--- a/llvm/docs/DeveloperPolicy.rst
+++ b/llvm/docs/DeveloperPolicy.rst
@@ -208,7 +208,7 @@ activities as a maintainer in the future.
*To resume activities as a maintainer*, you can post a PR moving your name from
the "inactive maintainers" section of the ``Maintainers.md`` or
-``Maintainers.rst``file to the active maintainers list. Because the volunteer
+``Maintainers.rst`` file to the active maintainers list. Because the volunteer
was already previously accepted, they will be re-accepted so long as at least
one maintainer in the same project approves the PR and there are no explicit
objections raised by the community.
More information about the llvm-commits
mailing list