Skip to content

Commit a1fe5bb

Browse files
committed
use conda pyfive in RTD
1 parent f4b82db commit a1fe5bb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.readthedocs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ build:
1515
post_create_environment:
1616
- conda run -n ${CONDA_DEFAULT_ENV} pip install . --no-deps
1717
# remove when Pyfive on conda-forge and in our deps
18-
- conda run -n ${CONDA_DEFAULT_ENV} git clone https://github.com/NCAS-CMS/pyfive.git
19-
- cd pyfive && conda run -n ${CONDA_DEFAULT_ENV} pip install -e .
18+
# Pyfive on https://anaconda.org/conda-forge/pyfive
19+
# leaving this here in case of debugging needs
20+
# - conda run -n ${CONDA_DEFAULT_ENV} git clone https://github.com/NCAS-CMS/pyfive.git
21+
# - cd pyfive && conda run -n ${CONDA_DEFAULT_ENV} pip install -e .
2022

2123
# Declare the requirements required to build your docs
2224
conda:

0 commit comments

Comments
 (0)