From f3da72403ec008c5fc1d7d021b31f471cf34bf10 Mon Sep 17 00:00:00 2001 From: lilydjwg Date: Sat, 26 Aug 2023 11:47:34 +0800 Subject: [PATCH] fix readthedocs [skip ci] --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 3a93c68..736d736 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,5 +5,6 @@ build: python: "3.11" sphinx: configuration: docs/conf.py -install: -- requirements: docs/requirements.txt +python: + install: + - requirements: docs/requirements.txt