Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
- fix #280
- use mambaforge installation
  • Loading branch information
orbeckst authored Oct 10, 2024
1 parent 120c5dd commit 4005d39
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
# Required
version: 2

build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/sphinx/source/conf.py
Expand All @@ -13,8 +18,12 @@ sphinx:
formats:
- pdf

# Optionally set the version of Python and requirements required to build your docs
# install package
python:
version: 3.8
install:
- requirements: doc/requirements.txt
- method: pip
path: .

conda:
environment: devtools/conda-envs/test_env.yaml

0 comments on commit 4005d39

Please sign in to comment.