releases
releases copied to clipboard
A powerful Sphinx changelog-generating extension.
Looks like I overlooked the handy permalinks you get with `title` docutils nodes, when trying to restyle the release-header H2's. They appear on other, regular titles as e.g. `¶`. The...
I'm getting this test failure with Sphinx 7.3.x: ``` =================================== FAILURES =================================== ____________ make_app_.unused_kwargs_become_releases_config_options ____________ self = def unused_kwargs_become_releases_config_options(self): app = make_app(debug=True, document_name="notchangelog") assert app.config.releases_debug is True > assert app.config.releases_document_name...