docs: Fix missing graphviz outputs in generated docs (#1392)

Fixes #1388
This commit is contained in:
Cosmin Stejerean 2024-05-01 14:20:35 -07:00 committed by GitHub
parent fe885b3ade
commit 62f861c9c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
steps:
- name: Install dependencies
run: |
sudo apt install -y doxygen
sudo apt install -y doxygen graphviz
python3 -m pip install \
sphinx==7.1.2 \
sphinxcontrib.plantuml \