From 237a2bb020f646f1babc3035b1583bedcde94c56 Mon Sep 17 00:00:00 2001 From: Tom Pike Date: Sat, 8 Jun 2024 11:41:35 -0400 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 75f6c830..c338b29f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -8,8 +8,6 @@ build: os: "ubuntu-22.04" tools: python: "3.10" - conda: - file: environment.yml # Build documentation in the docs/ directory with Sphinx sphinx: @@ -23,5 +21,7 @@ python: extra_requirements: - docs +conda: + file: environment.yml