aboutsummaryrefslogtreecommitdiff
path: root/.readthedocs.yml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-03-04 19:25:46 -0500
committerGitHub <noreply@github.com>2024-03-04 19:25:46 -0500
commit56dd143fae8092275f6f90bf74f3a4525f039987 (patch)
tree7271918cd99a987adb8a240cc1ba51dda09b1376 /.readthedocs.yml
parent07cf6064bb16fa45081ac1bb0d775507af853687 (diff)
parent5911c460a3a4d11dc42ea57e31caa66491f52819 (diff)
downloadstasis-56dd143fae8092275f6f90bf74f3a4525f039987.tar.gz
Merge pull request #3 from spacetelescope/broken-rtd
RTD
Diffstat (limited to '.readthedocs.yml')
-rw-r--r--.readthedocs.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml
new file mode 100644
index 0000000..aea6697
--- /dev/null
+++ b/.readthedocs.yml
@@ -0,0 +1,13 @@
+version: 2
+
+build:
+ os: ubuntu-22.04
+ tools:
+ python: mambaforge-4.10
+
+conda:
+ environment: docs/environment.yaml
+
+sphinx:
+ configuration: docs/conf.py
+