From 679e50b6513723241c9a1e4c180eb277198ad274 Mon Sep 17 00:00:00 2001 From: tinyAdapter Date: Wed, 20 Nov 2024 19:22:57 +0800 Subject: [PATCH] fix: build the docs failed --- .readthedocs.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index f5ad9775d4..80aa8e38da 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -16,16 +16,16 @@ # # .readthedocs.yml +version: 2 + build: - image: stable + os: ubuntu-22.04 + tools: + python: 3.9 + conda: environment: doc/environment.yml -python: - version: 3.7 - -# Required -version: 2 # Build documentation in the docs/ directory with Sphinx sphinx: - configuration: doc/conf.py \ No newline at end of file + configuration: doc/conf.py