Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] Fix for path separator issue on Windows #398

Merged
merged 4 commits into from
Oct 12, 2019

Conversation

GasperPaul
Copy link
Contributor

Closes #397

Switched to using os.path.split instead of str.split(os.sep) when working with paths from toc.yml, that caused problem building on Windows.

@choldgraf
Copy link
Member

Nice! This is quite helpful, as it's difficult to test out Jupyter Book on windows in CI/CD. I tried pushing a commit that added this fix to the toc.py module, but that unveiled a bug in how that module is working so I'll tackle that in a different PR...thanks for the patch!

@choldgraf choldgraf merged commit c42ed45 into executablebooks:master Oct 12, 2019
@choldgraf choldgraf added the bug Something isn't working label Oct 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when building on Windows
2 participants