From 1d82e72e8797125a2072f0d5d5f001dd7326cb33 Mon Sep 17 00:00:00 2001 From: Taylor Denouden Date: Thu, 5 Dec 2024 10:55:06 -0800 Subject: [PATCH] Update docs build config --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 65f478b..f379db0 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-24.04" tools: - python: "3.9" + python: "3.10" mkdocs: configuration: mkdocs.yml