Skip to content

Commit

Permalink
Merge pull request #200 from robelgeda/main
Browse files Browse the repository at this point in the history
update rtd to use ubuntu-22.04
  • Loading branch information
robelgeda authored Aug 28, 2023
2 parents 2a55798 + 8a40ffc commit db7b551
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 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: "mambaforge-4.10"

conda:
environment: environment.yml

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

python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
- docs

0 comments on commit db7b551

Please sign in to comment.