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 1ef8cfa
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-lts-latest
apt_packages:
- rsync
tools:
nodejs: "20"
commands:
- npm install
- npm run build
- npm run --workspace packages/mystmd link
- myst --version
- cd docs && myst build --html
- rsync -a --mkpath docs/_build/ $READTHEDOCS_OUTPUT/

0 comments on commit 1ef8cfa

Please sign in to comment.