Skip to content

Commit

Permalink
Use conda to install dependencies in docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
mdpiper committed Dec 15, 2023
1 parent 84ef5d1 commit 6be0146
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "mambaforge-22.9"

conda:
environment: environment.yml

sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: false

python:
install:
- requirements: requirements-docs.txt
- method: pip
path: .

0 comments on commit 6be0146

Please sign in to comment.