Make Sphinx doctree cache invalidation also depend on the Jinja 2 template changes #68
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Currently, changes to the file specified in
[tool.towncrier].template
, inpyproject.toml
ortowncrier.toml
don't cause rebuilding the document where our directive is used. I mean, updating any of the template file or the config file doesn't invalidate the doctrees cache, at the moment.This problem existed for the change fragments too, in the past. And have been addressed via #1, #8 and #23.
Now, the same has to be done for the template too.
The text was updated successfully, but these errors were encountered: