Skip to content

Commit

Permalink
attempt fix failing RTD build by swapping Python for Mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
bch0w committed Aug 29, 2023
1 parent 57c3e6e commit e7777b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2

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

sphinx:
builder: html
Expand Down

0 comments on commit e7777b3

Please sign in to comment.