Skip to content

Commit

Permalink
Fix readthedocs build
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcvey3 committed Dec 8, 2023
1 parent 728762b commit 88a7f0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "mambaforge-22.9"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"

conda:
environment: docs/environment.yml

sphinx:
configuration: docs/conf.py
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs
# builder: "dirhtml"
# Fail on all warnings to avoid broken references
# fail_on_warning: true

conda:
environment: docs/environment.yml

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

0 comments on commit 88a7f0c

Please sign in to comment.