line / promgen

Promgen is a configuration file generator for Prometheus
https://line.github.io/promgen/
MIT License
1.04k stars 150 forks source link

Install graphviz package in sphinx workflow #447

Closed sh-cho closed 8 months ago

sh-cho commented 8 months ago

WARNING: dot command 'dot' cannot be run (needed for graphviz output), check the graphviz_dot setting (in sphinx workflow log)

image (https://line.github.io/promgen/user/terms.html)

Dot graph is not displayed because graphviz package is not installed in workflow.

image

After install graphviz package, graph is rendered well (https://sh-cho.github.io/promgen/user/terms.html)