forked from Mirror/frr
doc: add graphiz dependency for dev docs
There's a graph in cli.rst that needs graphviz to be built. Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
eba1c1e23b
commit
4907ce966b
|
@ -6,6 +6,8 @@ build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: "3.11"
|
||||||
|
apt_packages:
|
||||||
|
- graphviz
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue