Skip to content

Commit

Permalink
just move the files
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 24, 2024
1 parent 11f7986 commit c10630a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c10630a

Please sign in to comment.