Skip to content

Commit fc41f59

Browse files
smoparthtiran
authored andcommitted
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 <smoparth@redhat.com>
1 parent 97fd8e1 commit fc41f59

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/proposals/index.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ Fromager Enhancement Proposals
33

44
.. toctree::
55
:maxdepth: 1
6+
:glob:
67

7-
iterative-bootstrap
8-
new-patcher-config
9-
new-resolver-config
10-
release-cooldown
8+
*

0 commit comments

Comments
 (0)