Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62584 )
Change subject: docs/releases: Fix warning "document isn't included in any toctree" ......................................................................
docs/releases: Fix warning "document isn't included in any toctree"
The documents checklist.md and templates.md are not meant to be listed in ToC trees. Thus, mark them as orphaned excluding them from ToC trees.
Change-Id: I1ff8f7c24ac9b3c3a120914c0c72ab73e85c4873 Signed-off-by: Felix Singer felixsinger@posteo.net --- M Documentation/releases/checklist.md M Documentation/releases/templates.md 2 files changed, 8 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/84/62584/1
diff --git a/Documentation/releases/checklist.md b/Documentation/releases/checklist.md index 50d99f6..80f59b7 100644 --- a/Documentation/releases/checklist.md +++ b/Documentation/releases/checklist.md @@ -1,3 +1,7 @@ +```eval_rst +:orphan: +``` + # coreboot Release Process
This document describes our release process and all prerequisites to implement diff --git a/Documentation/releases/templates.md b/Documentation/releases/templates.md index 86973eb..adc9d66 100644 --- a/Documentation/releases/templates.md +++ b/Documentation/releases/templates.md @@ -1,3 +1,7 @@ +```eval_rst +:orphan: +``` + # Communication templates related to release management
## Deprecation notices