readthedocs.org: Build fail due to timeout (not due to dependencies)

Details

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)

Most upvoted comments

@humitos That’s right, I removed autodoc from the docs branch so that it would build (and changed the root from index.rst to contents.rst which is required later in the build). I just created a new branch docs-fail which retains autodoc, so you can use that to test. I also just tested docs and docs-fail again here and here, respectively, to verify the behavior, which shows the former building successfully and the latter timing out.