Skip to content

Commit

Permalink
Update .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans authored Jun 19, 2024
1 parent a7e577a commit f68183d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
nodejs: '16'
nodejs: '18'
python: '3.11'
apt_packages:
- freeglut3-dev
Expand All @@ -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
Expand Down

0 comments on commit f68183d

Please sign in to comment.