From c86f75b538ed8ca3051cde0d0fe9a33e76af12b6 Mon Sep 17 00:00:00 2001 From: Matt Craig Date: Fri, 16 Jun 2023 14:54:42 -0500 Subject: [PATCH] More RTD fixes --- .readthedocs.yml | 2 +- .rtd-environment.yml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1fa815f8..931e9320 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,7 +12,7 @@ conda: build: os: ubuntu-22.04 tools: - python: "3.11" + python: "mambaforge-4.10" diff --git a/.rtd-environment.yml b/.rtd-environment.yml index 939c1b53..0d663107 100644 --- a/.rtd-environment.yml +++ b/.rtd-environment.yml @@ -2,6 +2,7 @@ channels: - conda-forge - defaults dependencies: + - python=3.11 - astropy - matplotlib - reducer