From 324101d669db68951363f11e3cd5aa7b9ee693b8 Mon Sep 17 00:00:00 2001 From: Changhua Date: Thu, 4 May 2023 23:24:47 +0800 Subject: [PATCH] Update build env --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index ed196bd..b52193b 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -4,10 +4,14 @@ formats: - epub - htmlzip +build: + os: ubuntu-22.04 + tools: + python: "3.10" + sphinx: configuration: docs/source/conf.py python: - version: 3.7 install: - requirements: docs/requirements.txt