Skip to content

Commit

Permalink
Merge pull request #2779 from boutproject/rtd-config-os
Browse files Browse the repository at this point in the history
[RTD] add os to read the docs config
  • Loading branch information
ZedThree authored Oct 17, 2023
2 parents bdac7ec + c50e07c commit 0fbb7c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ sphinx:

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- requirements: manual/sphinx/requirements.txt


build:
os: ubuntu-22.04
tools:
python: "3.8"
apt_packages:
- mpich
- libmpich-dev
Expand Down

0 comments on commit 0fbb7c4

Please sign in to comment.