From a44207f04580f8d9d4fdbb3d88a2cc98f5874a1f Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Thu, 18 Apr 2024 14:05:33 +0200 Subject: [PATCH 1/2] 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/ From 9bcc7ef5ac1cdbe9cf33eada461daf1f8a0baa71 Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Fri, 9 Aug 2024 15:58:58 +0200 Subject: [PATCH 2/2] [Debug] install react rc Signed-off-by: Cristian Le --- .readthedocs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ddc6d5ad7..aa9199c60 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,7 +4,9 @@ build: tools: nodejs: "20" commands: + - npm install react@rc - npm install + - npm list - npm run build - npm run --workspace packages/mystmd link - myst --version