From e3a54119a98021240d4d92096d468050a9772d7f Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Tue, 18 Jan 2022 11:57:50 +0100 Subject: [PATCH 1/4] Remove orphan marker from changes_0.1.0.md --- doc/changes/changes_0.1.0.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/changes/changes_0.1.0.md b/doc/changes/changes_0.1.0.md index 0b15663c..3b8a84fa 100644 --- a/doc/changes/changes_0.1.0.md +++ b/doc/changes/changes_0.1.0.md @@ -1,7 +1,3 @@ ---- -orphan: true ---- - # BucketFs Utils Python 0.1.0, released 2022-01-18 Code name: Initial implementation @@ -34,3 +30,9 @@ n/a ## Security n/a + + +--- +orphan: true +--- + From f7af31646a1ebd6072baaeccabf680716fe57468 Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Tue, 18 Jan 2022 12:31:00 +0100 Subject: [PATCH 2/4] Add hidden toctree diretive to changelog.md to make Sphinx not to complain and don't need the orphan marker --- doc/changes/changelog.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/changes/changelog.md b/doc/changes/changelog.md index 9e62d079..1fbeff71 100644 --- a/doc/changes/changelog.md +++ b/doc/changes/changelog.md @@ -1,3 +1,11 @@ # Changes * [0.1.0](changes_0.1.0.md) + + +```{toctree} +--- +hidden: +--- +changes_0.1.0 +``` From 9369ef3caade7af8bd86695ed63724042f122c42 Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Tue, 18 Jan 2022 12:39:36 +0100 Subject: [PATCH 3/4] Update changelog --- doc/changes/changes_0.1.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes/changes_0.1.0.md b/doc/changes/changes_0.1.0.md index 3b8a84fa..1d85b197 100644 --- a/doc/changes/changes_0.1.0.md +++ b/doc/changes/changes_0.1.0.md @@ -16,7 +16,7 @@ This release provides a initial version of the BucketFS Utils Python. It allows ## Bug Fixes -n/a + - #49: Fix release-droid complaints regarding the changelog ## Documentation From 35e9bf6a5836da3b34ca09e6765a54ee12f77a8f Mon Sep 17 00:00:00 2001 From: Torsten Kilias Date: Tue, 18 Jan 2022 12:41:50 +0100 Subject: [PATCH 4/4] Cleanup orphaned marker von changes_0.1.0.md --- doc/changes/changes_0.1.0.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/changes/changes_0.1.0.md b/doc/changes/changes_0.1.0.md index 1d85b197..f44139c1 100644 --- a/doc/changes/changes_0.1.0.md +++ b/doc/changes/changes_0.1.0.md @@ -31,8 +31,3 @@ This release provides a initial version of the BucketFS Utils Python. It allows n/a - ---- -orphan: true ---- -