Skip to content

Commit 168dd81

Browse files
authored
Change Python tool to miniconda-latest
Updated Python tool version and removed pre-build jobs.
1 parent 107b91a commit 168dd81

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ version: 2
33
build:
44
os: ubuntu-22.04
55
tools:
6-
python: mambaforge-latest
7-
jobs:
8-
pre_build:
9-
- export PROJ_LIB=/home/docs/.conda/envs/docs/share/proj
10-
- echo "PROJ_LIB:" $PROJ_LIB
6+
python: miniconda-latest
117

128
conda:
139
environment: environment.yml

0 commit comments

Comments
 (0)