docs: Fix missing graphviz outputs in generated docs (#1392)
Fixes #1388
This commit is contained in:
parent
fe885b3ade
commit
62f861c9c2
|
@ -31,7 +31,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt install -y doxygen
|
sudo apt install -y doxygen graphviz
|
||||||
python3 -m pip install \
|
python3 -m pip install \
|
||||||
sphinx==7.1.2 \
|
sphinx==7.1.2 \
|
||||||
sphinxcontrib.plantuml \
|
sphinxcontrib.plantuml \
|
||||||
|
|
Loading…
Reference in New Issue