Closed bmorris3 closed 5 years ago
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?
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:
dependencies:
- python>=3.5
- numpy
- astropy
- Cython
- pip:
- matplotlib
- sphinx-astropy
- batman-package
- shapely
pip these days are faster than conda, so the suggestion here was to use pip only.
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?