From ec39a25b1cb91c38bf012cf6925b90806fff70ac Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sat, 27 Sep 2025 08:17:27 -0400 Subject: [PATCH] build: use ubuntu-lts-latest in readthedocs build --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1d8cc9a..d0e1e95 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ sphinx: # Set the version of python needed to build these docs. build: - os: "ubuntu-22.04" + os: "ubuntu-lts-latest" tools: python: "3.12"