Skip to content

Commit 4ac0363

Browse files
committed
update plantuml
1 parent 4a29d0f commit 4ac0363

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.readthedocs.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ build:
33
os: ubuntu-22.04
44
tools:
55
python: "3.13"
6-
jobs:
7-
post_install:
8-
# Download the latest PlantUML jar
9-
- wget https://github.com/plantuml/plantuml/releases/latest/download/plantuml.jar -P /tmp/
10-
# Create an executable wrapper script for Sphinx
11-
- echo '#!/bin/sh' > /usr/local/bin/plantuml
12-
- echo 'java -jar /tmp/plantuml.jar "$@"' >> /usr/local/bin/plantuml
13-
- chmod +x /usr/local/bin/plantuml
6+
apt_packages:
7+
- plantuml=1:1.2021.14+ds-1
148

159
sphinx:
1610
configuration: doc/conf.py

0 commit comments

Comments
 (0)