From 61602e8cd5102328cd29750a3d691d89058d480b Mon Sep 17 00:00:00 2001 From: mahdiall99 Date: Wed, 15 Jul 2026 17:54:51 -0400 Subject: [PATCH] readthedocs fix: ubuntu 20.04 not supported anymore --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e86c5cd..7e0cbd8 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ sphinx: # Set the version of Python build: - os: ubuntu-20.04 + os: ubuntu-24.04 tools: python: "3.9"