Skip to content

Commit

Permalink
Enable RTD again
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Le <[email protected]>
  • Loading branch information
LecrisUT committed Aug 9, 2024
1 parent 72f3718 commit a44207f
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-lts-latest
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 -a docs/_build/* $READTHEDOCS_OUTPUT/

0 comments on commit a44207f

Please sign in to comment.