sphinx-contrib / sphinxcontrib-towncrier

An RST directive for injecting a Towncrier-generated changelog draft containing fragments for the unreleased (next) project version. Demo: https://ansible-pylibssh.rtfd.io/changelog. Docs: https://sphinxcontrib-towncrier.rtfd.io
https://pypi.org/p/sphinxcontrib-towncrier
BSD 3-Clause "New" or "Revised" License
18 stars 18 forks source link

`towncrier` 22.8.0rc1 breaks `sphinxcontrib-towncrier` #60

Closed ericpre closed 2 years ago

ericpre commented 2 years ago

It seems that some import changes in towncrier 22.8.0:

Running Sphinx v5.1.1

Extension error:
Could not import extension sphinxcontrib.towncrier (exception: cannot import name 'load_config_from_file' from 'towncrier._settings' (C:\Users\M0041User\mambaforge\lib\site-packages\towncrier\_settings\__init__.py))
webknjaz commented 2 years ago

Thanks for the report. I'll try to take a look in a few days, once I'm back from vacation. But meanwhile, PRs are welcome :)