Closed pekkaklarck closed 1 month ago
Based on the docs I should be able to use inline_refs: list, but I got this error:
inline_refs: list
Config value 'plugins': Plugin 'ezglossary' option 'inline_refs': Expected one of: ('none', 'short', 'full') but received: 'list'
I then tried the proposed full option, but that resulted with a different error:
full
jinja2.exceptions.TemplateNotFound: refs-full.html
Will be fixed with v1.7.0 release. The correct configuration entry is: inline_refs: list.
Based on the docs I should be able to use
inline_refs: list
, but I got this error:I then tried the proposed
full
option, but that resulted with a different error: