We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4b82db commit a1fe5bbCopy full SHA for a1fe5bb
.readthedocs.yaml
@@ -15,8 +15,10 @@ build:
15
post_create_environment:
16
- conda run -n ${CONDA_DEFAULT_ENV} pip install . --no-deps
17
# 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 .
+ # Pyfive on https://anaconda.org/conda-forge/pyfive
+ # 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 .
22
23
# Declare the requirements required to build your docs
24
conda:
0 commit comments