diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-12 11:57:01 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-12 11:57:01 +0100 |
commit | 8e29081b9d01c2e1177adb00224cc04ee4dd7642 (patch) | |
tree | c6b8ad3aab9eacab43fa63160cfbdf2adc1371b5 /.rtd-environment.yml | |
parent | Initial commit. (diff) | |
download | ablog-upstream/0.11.12.tar.xz ablog-upstream/0.11.12.zip |
Adding upstream version 0.11.12.upstream/0.11.12upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
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 |