Skip to content

Commit fea85d2

Browse files
committed
add graphviz
1 parent 904074b commit fea85d2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.readthedocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ build:
55
python: "3.13"
66
apt_packages:
77
- default-jre
8+
- graphviz
89
jobs:
910
pre_install:
1011
- bash scripts/rtd_pre_install.sh

scripts/rtd_pre_install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ set -euox pipefail
55

66
# Check for required tools
77
java -version
8+
dot -V
89

910
# This folder is on PATH and does not require sudo
1011
# Download latest plantuml.jar from github

0 commit comments

Comments
 (0)