diff options
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 |