Skip to content

Commit

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py

conda:
environment: monodocs-environment.yaml

0 comments on commit ca44708

Please sign in to comment.