From 54560b515ca193db4288894f70aa72822cd2fde7 Mon Sep 17 00:00:00 2001 From: "{admin@attacker.club}" Date: Wed, 11 Oct 2023 10:22:07 +0800 Subject: [PATCH] up --- .readthedocs.yaml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 259d335..9941928 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,4 +1,16 @@ -build:build: - image: latest +version: 2 -requirements_file: requirements.txt +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + +python: + install: + - requirements: requirements.txt + +# build:build: +# image: latest + +# requirements_file: requirements.txt