Skip to content

Commit

Permalink
Merge pull request #942 from PCMDI/lee1043-patch-1
Browse files Browse the repository at this point in the history
Update .readthedocs.yaml
  • Loading branch information
lee1043 committed Jun 21, 2023
2 parents a97aa3d + 2bf7f2b commit 6726eb7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
python: "mambaforge-4.10"
#python: "3.11"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand All @@ -20,8 +21,8 @@ sphinx:
configuration: docs/conf.py

# Optionally build your docs in additional formats such as PDF and ePub
# formats:
# - pdf
formats:
- pdf
# - epub

# Optional but recommended, declare the Python requirements required
Expand All @@ -30,3 +31,6 @@ sphinx:
# python:
# install:
# - requirements: docs/requirements.txt

conda:
environment: conda-env/readthedocs.yml

0 comments on commit 6726eb7

Please sign in to comment.