Skip to content
This repository was archived by the owner on Sep 26, 2022. It is now read-only.

Commit 7377ffa

Browse files
authored
#49: Fix release-droid complaints regarding the changelog (#50)
- Remove orphan marker from changes_0.1.0.md, because release-droid doesn't like it - Fixed the Sphinx warning missing in toctree with a hidden toctree in changelog.md instead
1 parent bc1a9e9 commit 7377ffa

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

doc/changes/changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Changes
22

33
* [0.1.0](changes_0.1.0.md)
4+
5+
<!--- This MyST Parser Sphinx directive is necassary to keep Sphinx happy. We need list here all release letters again, because release droid and other scripts assume Markdown --->
6+
```{toctree}
7+
---
8+
hidden:
9+
---
10+
changes_0.1.0
11+
```

doc/changes/changes_0.1.0.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
orphan: true
3-
---
4-
51
# BucketFs Utils Python 0.1.0, released 2022-01-18
62
Code name: Initial implementation
73

@@ -20,7 +16,7 @@ This release provides a initial version of the BucketFS Utils Python. It allows
2016

2117
## Bug Fixes
2218

23-
n/a
19+
- #49: Fix release-droid complaints regarding the changelog
2420

2521
## Documentation
2622

@@ -34,3 +30,4 @@ n/a
3430
## Security
3531

3632
n/a
33+

0 commit comments

Comments
 (0)