From c2f7af490145c3effafaf856e6b9976eab466ca4 Mon Sep 17 00:00:00 2001 From: Xuehai Pan Date: Tue, 12 Mar 2024 13:23:03 +0000 Subject: [PATCH] docs(.readthedocs.yaml): update read the docs config --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 047a70a5..fdf5d40f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,9 +7,9 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: - python: "3.8" + python: "3" jobs: post_install: - bash docs/source/fix-psutil-docstring.sh