-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Consistent timeout error when building docs #2274
Comments
This looks like the project is hitting our time limit for builds, based either on the documentation that is generated or the reference documentation. I'll see about bumping up the time limit. These docs look great, by the way 💯 |
Hi Anthony, Awesome, thanks. Bas
|
Related to #2614 |
In the past year we circumvented above-mentioned issue by switching off PDF and EPUB output and run the Sphinx locally instead. This is quite inconvenient and error prone. Therefore, we are still really interested in having especially the PDF output online. The documentation is as lean and mean as we can get it. We only update it a few times a year (!). I don't see any optimisation possibilities, except:
We would appreciate if one of these two options can still be considered. As we are a non-profit, open-source organisation ourselves we don't have steady funding for a permanent RTD subscription. If one can provide me with an estimate of the costs involved with realising one of these options, I will try to raise a one time donation to cover these. Bas |
You can disable the |
Closing this as the user hasn't responded or given more information, feel free to reopen with more information if you are still having this problem :). Also please see #2274 (comment). BTW, now all previous projects built the json artifacts in the html step, and your latest builds are passing. |
Details
I try to build Sphinx documentation from the GitHub repository. The GitHub repository only holds the documentation files, no source code is needed for the build and is not included in the repository. The documentation is quite elaborate with many figures, mathematical equations and references.
The build consistently fails with a timeout error after 900 seconds. When I build the documentation locally it builds in about 10 minutes. I suppose that cloning the repository and rendering PDF and EPUB files in addition takes the build beyond the time limit of 15 minutes. Since the building involves RST files only, I'm not sure if I can speed it up. Would it be possible to increase the time limit for this project?
Expected Result
I try to build the Sphinx documentation from a GitHub repository, including the HTML website at http://xbeach.readthedocs.io/, the PDF file and the EPUB file.
Actual Result
I consistently get a timeout error after 900 seconds about halfway building the PDF file. The generation of the HTML files and publication on http://xbeach.readthedocs.io/ work fine.
The text was updated successfully, but these errors were encountered: