-
-
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
Build timeout due to autodoc requirements #4443
Comments
@stsewd I checked the link, but I don't see how this would help. My project does have a C extension, but I don't see hoe the mocks can prevent building the extension. |
@stsewd I figured out how to use the mocks to disable building my C extension. A problem is still that since the C extension is not build, also the swig wrappers are not generated and hence no documentation is generated for this. |
Yeah, you can't use mocks in those cases :/, we need to wait for a maintainer to increase your time limit, but it seems very weird: the command says |
@eendebakpt hi! you may want to subscribe to this issue about adding Let's handle the timeout issue for now at #4757 |
Fixed with #4757 |
Details
To get autodoc to work I added
setup_py_install: true
to the.readthedocs.yml
(as described in #3634). A side effect is that my project must now be compiled by readthedocs, before it can be installed. Since my projects compiles code using swig and C++ I created a conda environment file in order to install swig in the build environment. This seems to be working, but now the build takes too long and I get aBuild exited due to time out
error.Is it possible to either
More info:
Expected Result
The build should have taken place within the amount of time allowed or autodoc should work without installing the package.
Actual Result
A timeout error was generated.
The text was updated successfully, but these errors were encountered: