ultrabug / mkdocs-static-i18n

MkDocs i18n plugin using static translation markdown files
https://ultrabug.github.io/mkdocs-static-i18n/
MIT License
228 stars 38 forks source link

AttributeError: 'PluginCollection' object has no attribute 'move_to_end' #164

Closed Mara-Li closed 1 year ago

Mara-Li commented 1 year ago

Hello, When I try to build my site, the build process returns AttributeError: 'PluginCollection' object has no attribute 'move_to_end'

My environment :

The error seems to be caused because the plugins configuration is before the mkdocs-awesome-pages.

ultrabug commented 1 year ago

Indeed, the mkdocs.plugins.PluginCollection changed from OrderedDict to dict since mkdocs>=1.4.

For the record, I'm still hesitating to bump this plugin's minimal requirement of mkdocs and take advantage of the plugins prioritization feature of mkdocs 1.4 (which would solve this issue as well).

Let me reflect on this...

ultrabug commented 1 year ago

version 0.52 is out