-
Recently I had to activate the privacy plugin and since then a lot of windows users have the following problem: mkdocs seems to endlessly try to create a symlink. Now symlinks under windows are a strange thing and only supported with the proper group policies or as admin user or when activating developer mode. Neither is possible with our internal IT for ordinary users, so my question here before going down this is: Is the privacy plugin even supposed to run under windows or is this expected to fail and only work on linux and similar OSs? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
This has come up before and if I understand things correctly this should have been fixed. Looking at the current source that produces the warning, it seems the build should succeed but a warning is printed. Can you check if that is the case? |
Beta Was this translation helpful? Give feedback.
Yes, but symlinks need to be createable. The privacy plugin uses symlinks for files without extensions, so there's currently no way around with the current design. However, you do not need the privacy plugin locally, so you can just disable it for local builds.