realtimeprojects / mkdocs-ezglossary

Glossary support for mkdocs
MIT License
11 stars 1 forks source link

`inline_refs` doesn't work with `list` or `full` #19

Closed pekkaklarck closed 1 month ago

pekkaklarck commented 1 month ago

Based on the docs I should be able to use inline_refs: list, but I got this error:

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:

jinja2.exceptions.TemplateNotFound: refs-full.html

realtimeprojects commented 1 month ago

Will be fixed with v1.7.0 release. The correct configuration entry is: inline_refs: list.