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

Building on windows: locks up on sphinx build to read_config #18

Closed
nicolan opened this issue Aug 11, 2016 · 3 comments
Closed

Building on windows: locks up on sphinx build to read_config #18

nicolan opened this issue Aug 11, 2016 · 3 comments

Comments

@nicolan
Copy link

nicolan commented Aug 11, 2016

It unpacks the tar for my chosen version and gets to "partially running sphinx-build to read configuration for: master".

Then it blocks-waiting on sphinx_.py : read_config, in the child.join() invocation. (Could this do with a timeout in there to help it clean up after failure?)

From what I can see in the tmp directories, the .doctrees look like they're all made correctly (assuming this is what's meant to happen?). Sphinx reports: sources read 100%.

I realise that it's not returning after the call into the Sphinx api, so not sure how much you can do to fix what's going. Let me know if I can send log files/config/etc to help out.

Same results on Windows native or via cygwin.

@Robpol86
Copy link
Collaborator

I've got an issue tracking Windows support: #3

@nicolan
Copy link
Author

nicolan commented Aug 11, 2016

Thanks for the quick response. Hit me up if you need testing help!

@Robpol86
Copy link
Collaborator

I changed a lot of stuff around multiprocessing which involved read_config() in the latest release. Windows is now officially supported. Let me know if you still run into this problem.

Thanks for reporting it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants