Docs: use png for inheritance graphs

svg looks a bit better, but the links are then broken :(
This commit is contained in:
Davide Andreoli 2021-11-18 08:21:47 +01:00
parent 2d0668c548
commit 26e2b89a9d
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ else:
extensions.append('sphinx.ext.inheritance_diagram')
# svg scale better (look at the full elm dia)
# but svg links are broken :(
graphviz_output_format = 'svg' # png (default) or svg
graphviz_output_format = 'png' # png (default) or svg
inheritance_graph_attrs = dict(
bgcolor = 'gray25', #404040
)