We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf46e2 commit 443aa67Copy full SHA for 443aa67
2 files changed
.readthedocs.yml
@@ -9,11 +9,7 @@ build:
9
python: "miniforge3-25.11"
10
11
conda:
12
- environment: requirements/base.yml
13
-
14
-python:
15
- install:
16
- - requirements: docs/requirements.txt
+ environment: doc/environment.yml
17
18
formats:
19
- pdf
doc/environment.yml
@@ -0,0 +1,9 @@
1
+name: climada_docs
2
+channels:
3
+ - conda-forge
4
+ - nodefaults
5
+dependencies:
6
+ - libgdal=3.12.*
7
+ - pip
8
+ - pip:
+ - -r requirements.txt
0 commit comments