Skip to content

Commit

Permalink
Bring back conda support with mamba
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Feb 19, 2024
1 parent 6c26e62 commit 5f05ff7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,8 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.11"
python:
install:
- requirements: docs/doc-requirements.txt
python: "mambaforge-22.9"
sphinx:
configuration: docs/source/conf.py
#conda:
# environment: docs/environment.yml
conda:
environment: docs/environment.yml

0 comments on commit 5f05ff7

Please sign in to comment.