Skip to content

Commit

Permalink
mv entire html folder
Browse files Browse the repository at this point in the history
  • Loading branch information
2bndy5 committed Sep 24, 2024
1 parent 1df5120 commit 4137f25
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ build:
# copy output to RTD output path for HTML files
- echo "${READTHEDOCS_OUTPUT}html/"
- ls -R docs/html/
- mv docs/html/ "${READTHEDOCS_OUTPUT}html"
- mkdir -p ${READTHEDOCS_OUTPUT}
- mv docs/html/ "${READTHEDOCS_OUTPUT}"

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

0 comments on commit 4137f25

Please sign in to comment.