From ead1b55c54784499ad73d9f3923e32a00349115c Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sat, 27 Sep 2025 08:17:24 -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 1d8cc9a0..d0e1e95d 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"