Closed oraNod closed 6 months ago
@felixfontein FYI :smile_cat:
"fixed" in https://github.com/getnikola/nikola/commit/ccf74ad60c8788bc234075936c6e5d37806a6b25
but your theme should be updated to not reference that file anymore :)
(also, :wave: @oraNod)
Thanks @evgeni :wave:
I saw that commit but failed to catch the reference to annotation_helper
in the base.tmpl
file in our theme. I'll close this now. Thanks! And apologies for the noise.
It's great to see you solved this without me ;) Thanks! :)
Environment
Python Version:
$ python --version Python 3.12.3
Nikola Version:
$ nikola --version Nikola v8.3.1
Operating System:
$ cat /etc/fedora-release Fedora release 39 (Thirty Nine)
Description:
Nikola builds fail due to missing
annotation_helper.tmpl
. Seems to relate to #3764 and #3765We use a custom jinja theme based on
bootstrap4-jinja
. Here is the exception that we've encountered:https://github.com/ansible-community/community-website/actions/runs/8963240868/job/24888849506?pr=455#step:4:50
Creating the file with
touch templates/annotation_helper.tmpl
seems to fix things and the build then succeeds.