-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Build error with build id #8621987 #5322
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
Comments
Probably timing out in the conda env creation. This is a known problem in conda, between more channels conda is slower. https://docs.readthedocs.io/en/stable/guides/build-using-too-many-resources.html |
Hmm, that could be! I just added a separate environment for Read the Docs that's pretty trim (no external channels) and I'm still getting no output from the build process. Separate environment: https://github.com/slochower/pAPRika/blob/readthedocs/docs/rtd.yaml |
Can you trying wiping the version first? Admin -> Versions -> Edit -> Wipe |
Wiping doesn't appear to have had any effect. |
As far as I can tell, it doesn't look like RTD is building from my conda file. Is there a straightforward way to check this? |
I'll try to replicate this locally. |
Sorry, this looks like a bug from our side. I think a temporal solution is to update your config file to v2 https://docs.readthedocs.io/en/stable/config-file/v2.html#migrating-from-v1 I'll try to fix this now. |
Thanks! Working now with version 2. |
Reopening till I have a fix for v1 :) |
Okay thanks -- sorry for the quick close. By the way, I get successful builds but some unexpected errors:
for some modules. Is this also a problem on your end or should I look for something locally? (We can build on Travis, etc., without problems.) |
That looks like something else, maybe a dependency from conda. |
Ok, so, this isn't a bug actually. You were using |
Ah, sorry about that. Thanks for looking into it. |
Some people are migrating from pip to conda, but they were using a v1 config, then when migrating they are using the conda option from v2. We are not validating this, but using conda.file is mandatory when using the conda option (or rtd will fail without any reason). Close readthedocs#5322 Close readthedocs#5228
Details:
Expected Result
Read the Docs uses
.readthedocs.yaml
to install aconda
environment and build the documentation.Actual Result
No documentation builds and the output does not indicate where the problem is. The last command to fail is
git clean -d -f -f
.The text was updated successfully, but these errors were encountered: