Skip to content

Commit

Permalink
improve rtd config
Browse files Browse the repository at this point in the history
  • Loading branch information
hmacdope committed Oct 13, 2024
1 parent 58f6535 commit 94d1527
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,17 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "mambaforge-22.9"

conda:
environment: devtools/conda-envs/asapdiscovery-ubuntu-latest.yml

mkdocs:
configuration: docs/mkdocs.yml

# Optionally declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt

0 comments on commit 94d1527

Please sign in to comment.