This repository has been archived by the owner on Aug 11, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 63
Failing RTD build #397
Comments
You need to add those two packages to your RTD pip requirements? At some point, they were take out of helpers. Did you just updated your helpers or something? |
Do you mean like this? Because I tried and it didn't work. |
You can try their v2 format: https://docs.readthedocs.io/en/stable/config-file/v2.html |
Also check your RTD admin settings. |
Oh, wait, don't use conda on RTD. Use pip. |
I'm not sure I follow – where can I specify pip instead of conda? |
Like this: https://docs.readthedocs.io/en/stable/config-file/v2.html#conda Your original comment above mentioned conda. |
As @pllim suggested, switching some dependencies to pip solved the problem, like so:
|
pip these days are faster than conda, so the suggestion here was to use pip only. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm trying to build the docs on a package I'm developing based on the package template, and I get the following build error when RTD runs
conda env create --quiet --name latest --file /home/docs/checkouts/readthedocs.org/user_builds/fleck/checkouts/latest/.rtd-environment.yml
:Could be related to #387?
The text was updated successfully, but these errors were encountered: