From a44207f04580f8d9d4fdbb3d88a2cc98f5874a1f Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Thu, 18 Apr 2024 14:05:33 +0200 Subject: [PATCH] Enable RTD again Signed-off-by: Cristian Le --- .readthedocs.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..ddc6d5ad7 --- /dev/null +++ b/.readthedocs.yaml @@ -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/