diff options
Diffstat (limited to '.rtd-environment.yml')
-rw-r--r-- | .rtd-environment.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.rtd-environment.yml b/.rtd-environment.yml new file mode 100644 index 0000000..f2c4dd2 --- /dev/null +++ b/.rtd-environment.yml @@ -0,0 +1,10 @@ +name: rtd_ablog +channels: + - conda-forge +dependencies: + - python=3.12 + - pip + - graphviz + - make + - nbsphinx + - pandoc |