Skip to content

Commit

Permalink
use mamba in readthedocs config
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <[email protected]>
  • Loading branch information
cosmicBboy committed Dec 8, 2023
1 parent ca44708 commit fdd9f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ build:
python: "mambaforge-22.9"
jobs:
post_create_environment:
- conda install -c conda-forge conda-lock
- mamba install -c conda-forge conda-lock
- conda-lock install -n monodocs-env monodocs-environment.lock.yaml
pre_build:
- conda activate monodocs-env
- mamba activate monodocs-env

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down

0 comments on commit fdd9f21

Please sign in to comment.