We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94fc3d commit 4476045Copy full SHA for 4476045
2 files changed
.readthedocs.yaml
@@ -9,11 +9,10 @@ version: 2
9
build:
10
os: ubuntu-22.04
11
tools:
12
- python: "3.11"
+ python: "mambaforge-22.9"
13
jobs:
14
post_install:
15
- # RtD seems to be not happy with pdm installs,
16
- # hence use pip directly instead.
+ - which python
17
- python -m pip install -r requirements-docs-locked.txt
18
- python -m pip list
19
pre_build:
@@ -22,3 +21,6 @@ build:
22
21
mkdocs:
23
configuration: mkdocs.yml
24
fail_on_warning: true
+
25
+conda:
26
+ environment: environment-docs-conda-base.yml
environment-docs-conda-base.yml
@@ -0,0 +1,10 @@
1
+name: fortran-compilers
2
3
+channels:
4
+ - conda-forge
5
+ - defaults
6
7
+dependencies:
8
+ - python=3.11
+ - gcc
+ - gfortran
0 commit comments