Skip to content

Commit f2a0fbf

Browse files
authored
Add post_build job to .readthedocs.yaml
1 parent 9a8257c commit f2a0fbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.readthedocs.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ build:
44
os: ubuntu-22.04
55
tools:
66
python: mambaforge-latest
7+
jobs:
8+
post_build:
9+
- export PROJ_LIB="$CONDA_PREFIX/share/proj"
710

811
conda:
912
environment: environment.yml

0 commit comments

Comments
 (0)