From 75ddeae86124596a74e4309a33726e05ff506787 Mon Sep 17 00:00:00 2001 From: edX requirements bot Date: Sat, 27 Sep 2025 08:12:22 -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 e556128c..43294971 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.11"