From 94d15273b382148de1003caf7d7ce2e2b4ab996c Mon Sep 17 00:00:00 2001 From: hmacdope Date: Sun, 13 Oct 2024 15:24:44 +1100 Subject: [PATCH] improve rtd config --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8c42386e..a707d82f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,10 @@ 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 @@ -16,4 +19,6 @@ mkdocs: # Optionally declare the Python requirements required to build your docs python: install: + - method: pip + path: . - requirements: docs/requirements.txt