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
7 changes: 5 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ build:
- python build_scripts/gen_api_md.py
build:
html:
Comment thread
romanlutz marked this conversation as resolved.
- cd doc && jupyter-book build --all
# --all builds frontmatter exports (PDF, per doc/myst.yml); --html is
# required to produce the static HTML site (_build/html/index.html)
# that RTD serves. Mirrors the Makefile's docs-build-all target.
- cd doc && jupyter-book build --all --html
- mkdir -p $READTHEDOCS_OUTPUT/html
- cp -r doc/_build/site/* $READTHEDOCS_OUTPUT/html/
- cp -r doc/_build/html/* $READTHEDOCS_OUTPUT/html/
Loading