pyre2
pyre2 copied to clipboard
sphinx error with raw indented text block in commit msg
- 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!