From f0417c14c2fa8588d193c8a0ddd674b0038bf835 Mon Sep 17 00:00:00 2001 From: Ralf Meyer Date: Fri, 13 Oct 2023 14:20:19 -0400 Subject: [PATCH] Reintroduce conda for openbabel --- .readthedocs.yml | 4 ++++ docs/environment.yaml | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 docs/environment.yaml diff --git a/.readthedocs.yml b/.readthedocs.yml index 2130faed..e2c125a6 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,5 +1,9 @@ version: 2 +conda: + environment: docs/environment.yaml + + python: version: 3.7 install: diff --git a/docs/environment.yaml b/docs/environment.yaml new file mode 100644 index 00000000..e3935c70 --- /dev/null +++ b/docs/environment.yaml @@ -0,0 +1,4 @@ +channels: + - conda-forge +dependencies: + - openbabel