From 80e04c74545f5e584b436070c064f29cad4d97b7 Mon Sep 17 00:00:00 2001 From: MtkN1 <51289448+MtkN1@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:47:55 +0900 Subject: [PATCH] Fix .readthedocs.yml --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index eec1cb22a..a0457d465 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -11,8 +11,11 @@ sphinx: # Optionally build your docs in additional formats such as PDF and ePub formats: all +build: + os: ubuntu-24.04 + tools: + python: 3.8 python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip