diff options
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml index 01c5cfa..aea6697 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,4 +1,13 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + python: mambaforge-4.10 + conda: - environment: docs/environment.yml + environment: docs/environment.yaml + +sphinx: + configuration: docs/conf.py + |