diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..1550fc599 --- /dev/null +++ b/.readthedocs.yaml @@ -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