From 7a85909ef75498fb168c921b8f7475a1e1c7982f Mon Sep 17 00:00:00 2001 From: Jeong-Yoon Lee Date: Fri, 10 Jan 2025 10:23:39 -0800 Subject: [PATCH] update the readthedocs config to use py39 --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 2934d0f0..e71e1ec1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.9" + python: "miniconda3-4.7" conda: environment: docs/environment-py39-rtd.yml