From d8712f67bb4c6ed10b5913aff8ed9d20d8f6c3b3 Mon Sep 17 00:00:00 2001 From: acpaquette Date: Thu, 10 Jun 2021 15:06:51 -0700 Subject: [PATCH] Updated RTD config to install ALE (#419) --- .readthedocs.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 49efc46..3068c1c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -16,3 +16,8 @@ formats: conda: environment: environment.yml +python: + version: 3.7 + install: + - method: setuptools + path: . -- GitLab