Skip to content

Commit

Permalink
Devops: Fix the ReadTheDocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
sphuber committed Mar 3, 2024
1 parent 0743c3a commit 5d5a255
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: '3.8'
apt_packages:
- gfortran # This is necessary for the `sisl` dependency of `aiida-siesta`

python:
version: 3.8
install:
- method: pip
path: .
Expand Down

0 comments on commit 5d5a255

Please sign in to comment.