From 5502d4ae72bcd6fa30ad27f93f8dc11b57d39e08 Mon Sep 17 00:00:00 2001 From: Davidham3 Date: Wed, 18 Dec 2024 21:30:12 +0800 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index da7bbc8..9bb1b0d 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,4 +5,4 @@ build: python: "3.11" commands: - mkdir -p $READTHEDOCS_OUTPUT/html/ - - mv * $READTHEDOCS_OUTPUT/html/ + - mv html/* $READTHEDOCS_OUTPUT/html/