readthedocs.org: Build fail due to timeout (not due to dependencies)
Details
- Read the Docs project URL: https://readthedocs.org/projects/neuronunit
- Build URL (if applicable): https://readthedocs.org/projects/neuronunit/builds/10482732/
- Read the Docs username (if applicable): rgerkin
Expected Result
A build that succeeds.
Actual Result
A build timeout. I even made a new requirements file that stripped all dependencies, but the build times out after processing conf.py (which it reports as complete after Command time: 0s Return: 0). Total command time for all steps is only 35 seconds, so it appears to hang for ~8.5 minutes before timing out. Ctrl-F shows no “error” or “exception” anywhere during the build up to that point.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 17 (9 by maintainers)
@humitos That’s right, I removed autodoc from the
docsbranch so that it would build (and changed the root fromindex.rsttocontents.rstwhich is required later in the build). I just created a new branchdocs-failwhich retains autodoc, so you can use that to test. I also just testeddocsanddocs-failagain here and here, respectively, to verify the behavior, which shows the former building successfully and the latter timing out.