Skip to content

Commit

Permalink
uytcglu,jytgclu
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 24, 2024
1 parent c10630a commit 5829f12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ build:
# run doxygen
- cd docs && ../.doxygen/doxygen
# copy output to RTD output path for HTML files
- echo "$READTHEDOCS_OUTPUThtml/"
- echo "${READTHEDOCS_OUTPUT}html/"
- ls -R docs/html/
- mv docs/html/ "$READTHEDOCS_OUTPUThtml"
- mv docs/html/ "${READTHEDOCS_OUTPUT}html"

# # Build documentation in the docs/ directory with Sphinx
# sphinx:
Expand Down

0 comments on commit 5829f12

Please sign in to comment.