We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152b909 commit f299369Copy full SHA for f299369
.readthedocs.yaml
@@ -14,6 +14,8 @@ build:
14
jobs:
15
post_create_environment:
16
- conda run -n ${CONDA_DEFAULT_ENV} pip install . --no-deps
17
+ # remove this when we have conda-forge Pyfive in our environment
18
+ - conda run -n ${CONDA_DEFAULT_ENV} pip install pyfive
19
20
# Declare the requirements required to build your docs
21
conda:
0 commit comments