docs(proposals): use glob toctree to prevent merge conflicts#1115
docs(proposals): use glob toctree to prevent merge conflicts#1115
Conversation
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>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe proposal index documentation file transitions from a manually maintained list of four proposal entries to an automated glob-based pattern. The Sphinx Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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