From 5eb615266ed78473583ca53a2e38f11ee58fc13f Mon Sep 17 00:00:00 2001 From: Kimoon Han <98246499+kmnhan@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:55:30 +0900 Subject: [PATCH] ci(readthedocs): rollback to 3.11 due to bug in python 3.12.0 and 3.12.1 --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 937b4777..767eefaa 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,7 +9,7 @@ build: os: ubuntu-22.04 tools: # python: "mambaforge-22.9" - python: "3.12" + python: "3.11" # Build documentation in the "docs/" directory with Sphinx sphinx: