Skip to content

Commit

Permalink
Update RTD config to v2 (#108)
Browse files Browse the repository at this point in the history
* Update RTD config to v2

* Fix conda config
  • Loading branch information
jacobtomlinson authored Sep 18, 2023
1 parent 92b137d commit ff148aa
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
conda:
file: docs/environment.yml
environment: docs/environment.yml
python:
version: 3
setup_py_install: true
install:
- method: pip
path: .

0 comments on commit ff148aa

Please sign in to comment.