From 2cad6f58c7d831ca953caddbe5ecf3b2ce0d7a9d Mon Sep 17 00:00:00 2001 From: RRosio Date: Thu, 19 Sep 2024 15:53:02 -0700 Subject: [PATCH] update python for conda --- docs/environment.yml | 2 +- readthedocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/environment.yml b/docs/environment.yml index c89fbf3c5..a29b4cb04 100644 --- a/docs/environment.yml +++ b/docs/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - nodefaults dependencies: -- python=3.8 +- python=3.10 - pydata-sphinx-theme - jinja2 - tornado diff --git a/readthedocs.yml b/readthedocs.yml index a1a2b614d..795ea1cad 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -3,7 +3,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "miniconda3-3.10" conda: environment: docs/environment.yml