From 5268a8d397cea75981c86cabc16632d9e147d391 Mon Sep 17 00:00:00 2001 From: Tom Kazimiers Date: Tue, 2 Jul 2024 21:38:20 +0200 Subject: [PATCH] Doc: Python 3.12 should now work for RTD as well --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5f38ed25cc..df03fb1dee 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.10" + python: "3.12" # nodejs: "20" # Build documentation in the "docs/" directory with Sphinx