diff options
Diffstat (limited to 'doc/environment.yml')
-rw-r--r-- | doc/environment.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/environment.yml b/doc/environment.yml new file mode 100644 index 0000000..0c2722c --- /dev/null +++ b/doc/environment.yml @@ -0,0 +1,8 @@ +name: RTD +channels: + - conda-forge + - defaults +dependencies: + - python=3.8 + - doxygen>=1.9.1 + - breathe |