From c10630add1f579817d7d3527d3a6b94c93a8362d Mon Sep 17 00:00:00 2001 From: Brendan <2bndy5@gmail.com> Date: Tue, 24 Sep 2024 04:59:28 -0700 Subject: [PATCH] just move the files --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 93d26303..d82ea6af 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -29,8 +29,9 @@ build: # run doxygen - cd docs && ../.doxygen/doxygen # copy output to RTD output path for HTML files - - echo "$READTHEDOCS_OUTPUT" - - mv docs/html/ "$READTHEDOCS_OUTPUThtml/" + - echo "$READTHEDOCS_OUTPUThtml/" + - ls -R docs/html/ + - mv docs/html/ "$READTHEDOCS_OUTPUThtml" # # Build documentation in the docs/ directory with Sphinx # sphinx: