From 51ee5ce6fdb881732cae1ab29ad0dd3792e6bfe8 Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Mon, 5 Feb 2024 21:14:09 -0800 Subject: [PATCH] Update .readthedocs.yaml to not pin tooling versions https://github.com/readthedocs/readthedocs.org/pull/11081 Signed-off-by: Bradley Reynolds --- docs/source/.readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/.readthedocs.yaml b/docs/source/.readthedocs.yaml index ed34542..5772dc0 100644 --- a/docs/source/.readthedocs.yaml +++ b/docs/source/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: - python: "3" + python: latest python: install: