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 904074b commit fea85d2Copy full SHA for fea85d2
.readthedocs.yml
@@ -5,6 +5,7 @@ build:
5
python: "3.13"
6
apt_packages:
7
- default-jre
8
+ - graphviz
9
jobs:
10
pre_install:
11
- bash scripts/rtd_pre_install.sh
scripts/rtd_pre_install.sh
@@ -5,6 +5,7 @@ set -euox pipefail
# Check for required tools
java -version
+dot -V
# This folder is on PATH and does not require sudo
# Download latest plantuml.jar from github
0 commit comments