diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-04 13:37:58 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-03-04 19:11:30 -0500 |
commit | 5911c460a3a4d11dc42ea57e31caa66491f52819 (patch) | |
tree | 7271918cd99a987adb8a240cc1ba51dda09b1376 /docs/environment.yaml | |
parent | 9cfb3ccee39c43e9326b26647596ac3b15abc0f7 (diff) | |
download | stasis-5911c460a3a4d11dc42ea57e31caa66491f52819.tar.gz |
RTD config
Diffstat (limited to 'docs/environment.yaml')
-rw-r--r-- | docs/environment.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/environment.yaml b/docs/environment.yaml new file mode 100644 index 0000000..fed35ba --- /dev/null +++ b/docs/environment.yaml @@ -0,0 +1,8 @@ +name: RTD +channels: + - conda-forge + - defaults +dependencies: + - python=3.11 + - doxygen + - graphviz |