From 697ce719ce95b3b5c787d77fa9e15e4ee8ff6731 Mon Sep 17 00:00:00 2001 From: Yinzhanghao Zhou <64253517+floatingCatty@users.noreply.github.com> Date: Tue, 17 Oct 2023 22:09:47 +0800 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index df1ca449..dafa4a8d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,8 +11,13 @@ formats: all sphinx: configuration: docs/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 + # version: 3.8 install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt