Closed DrEntropy closed 2 months ago
Building the
Bambi
docs with quarto was giving a "file exists" error during pre-render while trying to rename "CHANGELOG.md" to "changelog.qmd". Simply changingos.rename
toos.replace
fixes this.An alternative would be to add the CHANGELOG.md to the
_quarto.yml
explicitly (quarto can render md too)
Thanks @DrEntropy for the contribution! I'll merge this once CI is green. Regarding Quarto, I'm aware we can add CHANGELOG.md to _quarto.yml
. However, the last time I tried it, it was not working as expected. If I recall correctly, a non-rendered version of the file was being displayed in our webpage.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 89.71%. Comparing base (
038610c
) to head (6e3ca83
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Building the
Bambi
docs with quarto was giving a "file exists" error during pre-render while trying to rename "CHANGELOG.md" to "changelog.qmd". Simply changingos.rename
toos.replace
fixes this.An alternative would be to add the CHANGELOG.md to the
_quarto.yml
explicitly (quarto can render md too)