From 5f68d3023245a89859d08020f36db5d98c287413 Mon Sep 17 00:00:00 2001 From: RunningLeon Date: Mon, 28 Aug 2023 16:45:13 +0800 Subject: [PATCH] update readthedocs --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6cfbf5d310..4135aa4970 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,8 +2,13 @@ version: 2 formats: all +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + python: - version: 3.7 + version: 3.8 install: - requirements: requirements/docs.txt - requirements: requirements/readthedocs.txt