Skip to content

Commit

Permalink
update rtd to use ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
robelgeda committed Aug 28, 2023
1 parent 34e9ecb commit e01f171
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

# Required
version: 2


build:
os: "ubuntu-22.04"
tools:
python: "3.11"

conda:
environment: environment.yml

Expand All @@ -13,7 +18,7 @@ sphinx:
configuration: docs/conf.py # This should point to your conf.py

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

0 comments on commit e01f171

Please sign in to comment.