From 06913b3b96e15213cf247a0e812b52c782cd62f4 Mon Sep 17 00:00:00 2001 From: bxdd Date: Wed, 24 Jan 2024 16:58:28 +0800 Subject: [PATCH] [FIX] fix readthedocs req to install all --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 82fd96c..89d5bde 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,4 +20,4 @@ formats: all python: install: - method: pip - path: .[dev] \ No newline at end of file + path: .[full, dev] \ No newline at end of file