Skip to content

Commit de1a665

Browse files
authored
Merge pull request #16113 from timhoffm/graphviz-svg
DOC: Renderer Graphviz inheritance diagrams as svg
2 parents 7331781 + ca00b1c commit de1a665

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ def _check_dependencies():
367367

368368
inheritance_node_attrs = dict(fontsize=16)
369369

370+
graphviz_output_format = 'svg'
371+
370372

371373
def setup(app):
372374
if any(st in version for st in ('post', 'alpha', 'beta')):

0 commit comments

Comments
 (0)