Closed ericpre closed 2 years ago
@webknjaz, does this PR look good to you? Thanks! :)
It seems fine but I don't like reviewing from phone because I may miss the bigger picture so I'll probably get to it tomorrow when I have access to my laptop. I won't be cutting a release from phone anyway. Plus, the next release will likely wait for the other two open PRs to be complete first. One improvement that seems necessary is adding this new release to the GHA matrix so that it's visible they it works as expected.
Thank you for the quick follow up - this sounds good to me!
Thank you!
This has been released in v0.3.0a0: https://pypi.org/project/sphinxcontrib-towncrier/0.3.0a0/.
This patch implements compatibility with the newly released
towncrier >= 22.8.0rc1
. Since the extension relies on the Towncrier's private API, this sort of thing is bound to happen time to time. It is solved by using a fallback import logic.This change also adds the said Towncrier version to the CI matrix.
Fixes #60.