Skip to content

Commit c5a41ae

Browse files
authored
ci - use newer images for docs build (#1816)
* ci - use newer images for docs build * doc - explicitly install playwright first
1 parent b9dba57 commit c5a41ae

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.readthedocs.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@
55
version: 2
66

77
build:
8-
os: ubuntu-22.04
8+
os: ubuntu-24.04
99
tools:
10-
python: "3.11"
11-
nodejs: "19"
10+
python: "3.13"
11+
nodejs: "23"
1212
apt_packages:
1313
- librsvg2-bin
1414
jobs:
1515
post_create_environment:
16+
- npx playwright install
1617
- npm install -g @mermaid-js/mermaid-cli
1718

1819
# Build documentation in the docs/ directory with Sphinx

0 commit comments

Comments
 (0)