From 5b02812e4683ee9cacdfe271e32cb9289f7f5477 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 6 Oct 2023 12:14:29 -0400 Subject: [PATCH 1/3] fixed name of file --- .readthedoc.yaml => .readthedocs.yaml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .readthedoc.yaml => .readthedocs.yaml (100%) diff --git a/.readthedoc.yaml b/.readthedocs.yaml similarity index 100% rename from .readthedoc.yaml rename to .readthedocs.yaml From e725656cedcfcc442dd6ed9e58b7864ad2427c78 Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 6 Oct 2023 12:18:16 -0400 Subject: [PATCH 2/3] correct path for environment.yml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2e845c94a..86d4d85fc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 2 conda: - environment: docs/environment.yml + environment: docs/source/environment.yml build: os: "ubuntu-20.04" From 7fd95d167641e569a755067cd157c1896aba184a Mon Sep 17 00:00:00 2001 From: RemDelaporteMathurin Date: Fri, 6 Oct 2023 12:19:22 -0400 Subject: [PATCH 3/3] correct extension --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 86d4d85fc..84cd14c14 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,7 +7,7 @@ version: 2 conda: - environment: docs/source/environment.yml + environment: docs/source/environment.yaml build: os: "ubuntu-20.04"