Skip to content

Commit

Permalink
debug RTD
Browse files Browse the repository at this point in the history
  • Loading branch information
gregcaporaso committed Feb 5, 2025
1 parent 0e366ab commit d9b1f85
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ version: 2
build:
os: ubuntu-24.04
tools:
python: "mambaforge-22.9"
python: "miniconda-latest"
jobs:
install:
- conda env create -p .envs/ --file environment-files/readthedocs.yml
# install:
# - conda env create -p .envs/ --file environment-files/readthedocs.yml
# - ls .envs/bin/
build:
html:
- bash -c 'PATH=.envs/bin/:$PATH make html'
# - PATH=.envs/bin/:$PATH
- make html
- mkdir -p $READTHEDOCS_OUTPUT
- cp -a docs/_build/* $READTHEDOCS_OUTPUT/

Expand Down

0 comments on commit d9b1f85

Please sign in to comment.