Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sphinx error with raw indented text block in commit msg #49

Open
sarnold opened this issue Sep 8, 2024 · 0 comments
Open

sphinx error with raw indented text block in commit msg #49

sarnold opened this issue Sep 8, 2024 · 0 comments

Comments

@sarnold
Copy link

sarnold commented Sep 8, 2024

  • commit msg starts with "Include current notification level in cache key"
  • normal text ends with blah: before the indented block
  • gitchangelog includes the commit text
  • sphinx sees an rst file and coughs an error because the leadup text needs :: instead of just one

The answer is "use ::" so that means either git rebase to edit the commit message or a special regex filter for .gitchangelog.rc.

I can do the first one easily and i'm pretty sure the second option would be just as trivial for you :D

Manually adding the second colon works perfectly. I will probably push a second branch with the docs bits unless you tell me something different. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant