diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-04 13:26:20 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-04 19:11:28 -0500 |
commit | 9cfb3ccee39c43e9326b26647596ac3b15abc0f7 (patch) | |
tree | eb40b4f0319080c7317c5cb5b255cc7488cead62 /.readthedocs.yml | |
parent | 07cf6064bb16fa45081ac1bb0d775507af853687 (diff) | |
download | stasis-9cfb3ccee39c43e9326b26647596ac3b15abc0f7.tar.gz |
RTD integration begins
Diffstat (limited to '.readthedocs.yml')
-rw-r--r-- | .readthedocs.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..01c5cfa --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,4 @@ +version: 2 + +conda: + environment: docs/environment.yml |