8000 Revert "Revert using SVG inheritance diagrams" · matplotlib/matplotlib@cdea73f · GitHub
[go: up one dir, main page]

Skip to content

Commit cdea73f

Browse files
committed
Revert "Revert using SVG inheritance diagrams"
This reverts commit def9186.
1 parent db533bf commit cdea73f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/conf.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,9 +707,7 @@ def js_tag_with_cache_busting(js):
707707
inheritance_edge_attrs = dict(penwidth=1)
708708

709709
graphviz_dot = shutil.which('dot')
710-
# Still use PNG until SVG linking is fixed
711-
# https://github.com/sphinx-doc/sphinx/issues/3176
712-
# graphviz_output_format = 'svg'
710+
graphviz_output_format = 'svg'
713711

714712
# -----------------------------------------------------------------------------
715713
# Source code links

0 commit comments

Comments
 (0)
0