Docs deployment failed for plugin 'gen-files' option 'module'
Closed this issue · 2 comments
LGro commented
LGro commented
It seems like the docs deployment is failing because of unexpected warnings:
Run poetry run mike deploy --push --update-aliases v0.7.22 latest
error: Unexpected log: "WARNING:mkdocs.config:Config value 'plugins': Plugin 'gen-files' option 'module': Unrecognised configuration name: module"
But the comment on the respective config entry suggests to me that we're actually expecting these warnings. @dynobo, could you confirm that, please? Then we might just look into how to configure mike to expect these warnings as well instead of failing with an error.
dynobo commented
I see... looking into a solution.