From 3e3cd8d5f582e7678c6a7ec89e88b27e90a36bda Mon Sep 17 00:00:00 2001 From: Jamie Lemon Date: Mon, 4 May 2026 22:09:33 +0100 Subject: [PATCH] Japanese and Korean docs no longer build on RTD due to Python version --- docs/locales/ja/.readthedocs.yaml | 2 +- docs/locales/ko/.readthedocs.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/locales/ja/.readthedocs.yaml b/docs/locales/ja/.readthedocs.yaml index 2941cb293..b632226d9 100644 --- a/docs/locales/ja/.readthedocs.yaml +++ b/docs/locales/ja/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.13" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55" diff --git a/docs/locales/ko/.readthedocs.yaml b/docs/locales/ko/.readthedocs.yaml index c870734b0..d9b6c95a3 100644 --- a/docs/locales/ko/.readthedocs.yaml +++ b/docs/locales/ko/.readthedocs.yaml @@ -9,7 +9,7 @@ version: 2 build: os: ubuntu-20.04 tools: - python: "3.9" + python: "3.13" # You can also specify other tool versions: # nodejs: "16" # rust: "1.55"