Skip to content

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

@sarnold

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions