From f68183dc79be4d2b50d34e7f126ac9fecfd26239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Eertmans?= Date: Wed, 19 Jun 2024 12:23:24 +0200 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 87fde39..ee5064a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 build: os: ubuntu-22.04 tools: - nodejs: '16' + nodejs: '18' python: '3.11' apt_packages: - freeglut3-dev @@ -12,6 +12,8 @@ build: post_system_dependencies: - nohup Xvfb $DISPLAY -screen 0 1400x900x24 -dpi 96 +extension RANDR +render & post_install: + - npm ci + - npm install -g yarn - pip install jupyter_packaging sphinx: builder: html