DOC: Normalize symlink target#7340
Conversation
Fixes `OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrect` error on docs build.
NelleV
left a comment
There was a problem hiding this comment.
Hopefully, soon, we'll move to the more recent and up-to-date way to build the docs… that should solve most of our problems.
LGTM 👍
|
Huh? Windows supports forward slashes for opening files. I have code that On Mon, Oct 24, 2016 at 11:32 AM, Nelle Varoquaux notifications@github.com
|
Fixes
OSError: [WinError 123] The filename, directory name, or volume label syntax is incorrecterror on docs build.It happens because symlinks are created with forward slashes, while Windows supports only backward slashes.