Skip to content

Commit 5bc4b30

Browse files
committed
Devops: Fix the ReadTheDocs build
1 parent 0743c3a commit 5bc4b30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.readthedocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
version: 2
22

33
build:
4+
os: ubuntu-22.04
5+
tools:
6+
python: '3.11'
47
apt_packages:
58
- gfortran # This is necessary for the `sisl` dependency of `aiida-siesta`
69

710
python:
8-
version: 3.8
911
install:
1012
- method: pip
1113
path: .

0 commit comments

Comments
 (0)