From 4137f259c6a1c214f7e2d0fb2a9e82f2ba87682e Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Tue, 24 Sep 2024 05:05:42 -0700 Subject: [PATCH] mv entire html folder --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8698001e..71bef86b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -31,7 +31,8 @@ build: # copy output to RTD output path for HTML files - echo "${READTHEDOCS_OUTPUT}html/" - ls -R docs/html/ - - mv docs/html/ "${READTHEDOCS_OUTPUT}html" + - mkdir -p ${READTHEDOCS_OUTPUT} + - mv docs/html/ "${READTHEDOCS_OUTPUT}" # # Build documentation in the docs/ directory with Sphinx # sphinx: