From 7e51cee835918aa6f5ae58519319b61c64cc3768 Mon Sep 17 00:00:00 2001 From: apetrynet Date: Sat, 20 Jun 2026 15:18:18 +0200 Subject: [PATCH] updated ubuntu version to one with python 3.10 support to get rtd build to work Signed-off-by: apetrynet --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 39b7ec9713..3b06ab69e0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -6,7 +6,7 @@ sphinx: configuration: docs/conf.py build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: python: "3.10"