diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f6e2606b..93d26303 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -29,7 +29,8 @@ build: # run doxygen - cd docs && ../.doxygen/doxygen # copy output to RTD output path for HTML files - - mv docs/html/ "$READTHEDOCS_OUTPUT/html" + - echo "$READTHEDOCS_OUTPUT" + - mv docs/html/ "$READTHEDOCS_OUTPUThtml/" # # Build documentation in the docs/ directory with Sphinx # sphinx: