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 d8c2cc4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 2
build:
os: ubuntu-22.04
tools:
nodejs: "20"
commands:
- npm install
- npm run build
- npm run dev
- cd docs
- myst build --html
- cp -r _build/html $READTHEDOCS_OUTPUT/html

0 comments on commit d8c2cc4

Please sign in to comment.