DOC: Fix misssing-reference generation on Windows · matplotlib/matplotlib@d435f00 · GitHub
Skip to content

Commit d435f00

Browse files
committed
DOC: Fix misssing-reference generation on Windows
On Windows, the path is absolute and contains a colon after the drive letter, so splitting on colon results in trying to relativize 'c' (or whatever the drive is) to the base directory, which just makes the final path into base directory + file path.
1 parent 2cbdff8 commit d435f00

2 files changed

Lines changed: 351 additions & 404 deletions

File tree

0 commit comments

Comments
 (0)