aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-03-04 13:37:58 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-03-04 19:11:30 -0500
commit5911c460a3a4d11dc42ea57e31caa66491f52819 (patch)
tree7271918cd99a987adb8a240cc1ba51dda09b1376 /.readthedocs.yml
parent9cfb3ccee39c43e9326b26647596ac3b15abc0f7 (diff)
downloadstasis-5911c460a3a4d11dc42ea57e31caa66491f52819.tar.gz
RTD config
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml11
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
+