Skip to content

Commit

Permalink
fix for conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
QFer committed Oct 2, 2023
1 parent b590de6 commit ac38ffd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
# Required
version: 2

conda:
environment: docs/.conda.yml

# Optionally build your docs in additional formats such as PDF
formats:
- pdf
Expand All @@ -16,7 +13,10 @@ formats:
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "mambaforge-22.9"

conda:
environment: docs/.conda.yml

submodules:
include: all
Expand Down

0 comments on commit ac38ffd

Please sign in to comment.