Adding `nodefaults` to the channel list.

Should limit conda memory consumption that's causing RTD to cancel our
API docs build.
This commit is contained in:
James Douglass 2021-09-24 12:11:58 -07:00
parent e202394abb
commit 4e1dab6490
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,10 @@
# installed to the readthedocs virtualenv separately.
channels:
- conda-forge
- defaults
# set nodefaults to remove the default channels
# this is needed to keep memory use below RTD limit due to conda bug:
# https://github.com/conda/conda/issues/5003
- nodefaults
dependencies:
- chardet>=3.0.4
- Cython