Skip to content

Commit

Permalink
debug
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 ed13171 commit 056b043
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,11 @@ build:
os: "ubuntu-22.04"
tools:
python: "mambaforge-22.9"
jobs:
create_environment:
- mamba install -c conda-forge conda-lock
- conda-lock install -n monodocs-env monodocs-environment.lock.yaml
build:
- mamba activate monodocs-env
- make -C docs clean html
commands:
- mamba install -c conda-forge conda-lock
- conda-lock install -n monodocs-env monodocs-environment.lock.yaml
- mamba activate monodocs-env
- python -m sphinx -T -E -b html -d _build/doctrees -D language=en . $READTHEDOCS_OUTPUT/html

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

0 comments on commit 056b043

Please sign in to comment.