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: