We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a29d0f commit 4ac0363Copy full SHA for 4ac0363
.readthedocs.yml
@@ -3,14 +3,8 @@ build:
3
os: ubuntu-22.04
4
tools:
5
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
+ apt_packages:
+ - plantuml=1:1.2021.14+ds-1
14
15
sphinx:
16
configuration: doc/conf.py
0 commit comments