From fc41f59564da03e35e04bb8d3f0d795c35562184 Mon Sep 17 00:00:00 2001 From: Shanmukh Pawan Date: Tue, 5 May 2026 12:17:35 -0400 Subject: [PATCH] docs(proposals): use glob toctree to prevent merge conflicts Replace the hand-maintained file list in docs/proposals/index.rst with Sphinx's :glob: directive. This eliminates recurring merge conflicts when multiple proposal PRs are open simultaneously, as new proposals no longer need to modify the index file. Closes: #1108 Signed-off-by: Shanmukh Pawan --- docs/proposals/index.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/proposals/index.rst b/docs/proposals/index.rst index f6786064..b232221e 100644 --- a/docs/proposals/index.rst +++ b/docs/proposals/index.rst @@ -3,8 +3,6 @@ Fromager Enhancement Proposals .. toctree:: :maxdepth: 1 + :glob: - iterative-bootstrap - new-patcher-config - new-resolver-config - release-cooldown + *