Skip to content

Commit

Permalink
Add ReadTheDocs automation
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
  • Loading branch information
LecrisUT committed Mar 14, 2024
1 parent 974dde1 commit 1e07c14
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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 build --html
- mkdir -p $READTHEDOCS_OUTPUT
- cp -r docs/_build/* $READTHEDOCS_OUTPUT/

0 comments on commit 1e07c14

Please sign in to comment.