From de449304fbfa208b034aaddf55ac2426e9377141 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 5 Nov 2017 20:06:09 +0100 Subject: [PATCH 1/2] Trying to understand conda... --- config/conda.yml => readthedocs-conda.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename config/conda.yml => readthedocs-conda.yml (100%) diff --git a/config/conda.yml b/readthedocs-conda.yml similarity index 100% rename from config/conda.yml rename to readthedocs-conda.yml From 1a53c89efc47478666e0cb6efdc290bf30657b87 Mon Sep 17 00:00:00 2001 From: Romain Dorgueil Date: Sun, 5 Nov 2017 20:06:34 +0100 Subject: [PATCH 2/2] Trying to understand conda... --- readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readthedocs.yml b/readthedocs.yml index 8a7f195..c77e2a7 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -1,5 +1,5 @@ conda: - file: config/conda.yml + file: readthedocs-conda.yml python: extra_requirements: - dev