Browse Source
When using conda the requirements in the main RTD yaml are ignored[1] as
it should be managed by conda. Conda docs[2] indicate how to use pip in
a conda environment, so migrate to that.
Commit caba061910
earlier introduced conda
to the RTD build system, but migration of environments was not noticed
at the time. With new furo theme dependency changes the build fails as
those dependencies are not installed for the RTD build.
[1] https://docs.readthedocs.io/en/latest/config-file/v2.html#requirements-file
[2] https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#using-pip-in-an-environment
pull/857/head

2 changed files with 5 additions and 6 deletions
Loading…
Reference in new issue