summaryrefslogtreecommitdiff
path: root/.readthedocs.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.readthedocs.yaml')
-rw-r--r--.readthedocs.yaml12
1 files changed, 8 insertions, 4 deletions
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
index f4d354218..e7be47aa6 100644
--- a/.readthedocs.yaml
+++ b/.readthedocs.yaml
@@ -5,9 +5,13 @@
# Required
version: 2
+build:
+ os: "ubuntu-20.04"
+ tools:
+ python: "mambaforge-4.10" # https://docs.readthedocs.io/en/stable/guides/conda.html#making-builds-faster-with-mamba
+
mkdocs:
- configuration: mkdocs.yml
+ configuration: "mkdocs.yml"
-python:
- install:
- - requirements: docs/requirements.txt
+conda:
+ environment: "docs/environment.yml"