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 /docs/environment.yml | |
parent | 07cf6064bb16fa45081ac1bb0d775507af853687 (diff) | |
download | stasis-9cfb3ccee39c43e9326b26647596ac3b15abc0f7.tar.gz |
RTD integration begins
Diffstat (limited to 'docs/environment.yml')
-rw-r--r-- | docs/environment.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/environment.yml b/docs/environment.yml new file mode 100644 index 0000000..fed35ba --- /dev/null +++ b/docs/environment.yml @@ -0,0 +1,8 @@ +name: RTD +channels: + - conda-forge + - defaults +dependencies: + - python=3.11 + - doxygen + - graphviz |