Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ build:
jobs:
# Empty build step to override and stop standard Sphinx/MkDocs execution
build:
- true
html:
- mkdir -p $READTHEDOCS_OUTPUT/html
- cp -r doc/html/* $READTHEDOCS_OUTPUT/html/


# Copy your raw HTML directly to the hosted output folder
post_build:
- mkdir -p $READTHEDOCS_OUTPUT/html
- cp -r doc/html/* $READTHEDOCS_OUTPUT/html/

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