pyre2 icon indicating copy to clipboard operation
pyre2 copied to clipboard

sphinx error with raw indented text block in commit msg

Open sarnold opened this issue 5 months ago • 0 comments

  • 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!

sarnold avatar Sep 08 '24 21:09 sarnold