Skip to content

Commit

Permalink
Add ReadTheDocs automation
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Mar 14, 2024
1 parent 974dde1 commit 02c8806
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
build:
os: ubuntu-22.04
tools:
nodejs: "20"
commands:
- npm install
- npm run build
- npm run --workspace packages/mystmd link
- myst --version
- cd docs
- myst --version
- myst build --html
- cp -r _build/html $READTHEDOCS_OUTPUT/html

0 comments on commit 02c8806

Please sign in to comment.