We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dba57 commit c5a41aeCopy full SHA for c5a41ae
1 file changed
.readthedocs.yml
@@ -5,14 +5,15 @@
5
version: 2
6
7
build:
8
- os: ubuntu-22.04
+ os: ubuntu-24.04
9
tools:
10
- python: "3.11"
11
- nodejs: "19"
+ python: "3.13"
+ nodejs: "23"
12
apt_packages:
13
- librsvg2-bin
14
jobs:
15
post_create_environment:
16
+ - npx playwright install
17
- npm install -g @mermaid-js/mermaid-cli
18
19
# Build documentation in the docs/ directory with Sphinx
0 commit comments