You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to v1 my site that uses the mkdocs-monorepo-plugin plugin no longer builds. Here is the error:
0.809 INFO - Cleaning site directory
0.810 INFO - Building documentation to directory: /docs/site
0.883 INFO - The following pages exist in the docs directory, but are not included in the "nav" configuration:
0.883 - tags.md
1.080 INFO - mkdocs_static_i18n: Building 'ja' documentation to directory: /docs/site
1.081 [mkdocs-monorepo] The /tmp/docs_kwf8zm4_ path is not valid. Please update your 'nav' with a valid path.
Hi @markszabo what I can tell you is that the monoreop plugin does not support being run multiple times and that's why it fails.
I'm not sure whether it's the responsibility of the i18n plugin or the monorepo plugin to be graceful with one another.
For now I'll focus on fixing internal i18n bugs / features as I can't possibly make this plugin fix all the others behavior I'm afraid. I hope you understand.
After upgrading to v1 my site that uses the mkdocs-monorepo-plugin plugin no longer builds. Here is the error:
Here is a minimal repro example: https://github.com/markszabo/mkdocs_i18n_tags_bug
Steps to reproduce:
docker build .
or./dev-server.sh
)I tried adding the
i18n
plugin config to the sub-site, but the error persists.The text was updated successfully, but these errors were encountered: