Skip to content

Builds timeout during cat conf.py #4773

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

Closed
matt-chan opened this issue Oct 16, 2018 · 7 comments
Closed

Builds timeout during cat conf.py #4773

matt-chan opened this issue Oct 16, 2018 · 7 comments
Labels
Support Support question

Comments

@matt-chan
Copy link

Details

Not sure if this is something I'm doing that's causing it to timeout, or if it's something that is RTD-side. All my builds are timing out and there's no meaningful output.

Expected Result

Builds should complete, or give error messages which caused timeout.

Actual Result

The last printed message is cat conf.py.

@stsewd
Copy link
Member

stsewd commented Oct 16, 2018

This is because conda is very heavy, please try https://docs.readthedocs.io/en/latest/guides/build-using-too-many-resources.html If that doesn't work you can request more build time

@stsewd
Copy link
Member

stsewd commented Oct 16, 2018

And it's probably falling when creating the docs, see #4288

@stsewd stsewd added the Support Support question label Oct 16, 2018
@humitos
Copy link
Member

humitos commented Oct 17, 2018

@matt-chan do you really need to install all those dependencies to build just the docs? That's one of the most important questions. Are you using numpy and cython for building the docs? Maybe a simple requirements.txt file is enough, or even not needed at all for this docs.

@matt-chan
Copy link
Author

matt-chan commented Oct 17, 2018 via email

@matt-chan
Copy link
Author

I got it working. Sorry about that. There was a bug in my conf.py which ended up eating up all the build time. I couldn't see the error though because of #4288. I'll re-open next time if I really time-out.

@stsewd
Copy link
Member

stsewd commented Oct 19, 2018

@matt-chan glad that your docs are building again, can you please tell me what the problem was? Maybe other users are facing the same problem and I can help there.

@matt-chan
Copy link
Author

The issue was a shell script I was calling from conf.py. I accidentally put a make html into it. It worked fine locally, but I forgot that RTD calls "make html" itself. It probably was going into an infinite loop.

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

No branches or pull requests

3 participants