Conversation
CHANGELOG.rst
Outdated
|
|
||
| **Bugfixes and QOL** | ||
|
|
||
| * improved performance of the permission page in the Admin [#464] :zap: |
There was a problem hiding this comment.
Something that might be good to add at some point (could be in a later PR though) is to use sphinx.ext.extlinks to easily link to the github issues:
https://github.com/open-zaak/open-zaak/blob/main/docs/conf.py#L110-L120
https://github.com/open-zaak/open-zaak/blob/1.18.0/CHANGELOG.rst?plain=1#L9
There was a problem hiding this comment.
I've added extlinks to the docs config and used them for issues in the CHANGELOG, but I'm not sure if it works
There was a problem hiding this comment.
If you include the changelog in the docs, you can build it locally and see if it works (or change the settings in RTD to build on PR, but I think only Joeri has permission for that)
There was a problem hiding this comment.
thank you for the links. I've included changelog into RTD
ae78416 to
9611da4
Compare
9611da4 to
aead47c
Compare
Fixes #530