Skip to content

Commit a29df89

Browse files
ayshihtimhoffm
authored andcommitted
Revert "Revert using SVG inheritance diagrams"
This reverts commit def9186.
1 parent e48bcaa commit a29df89

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/conf.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -700,16 +700,14 @@ def js_tag_with_cache_busting(js):
700700
numpydoc_show_class_members = False
701701

702702
# We want to prevent any size limit, as we'll add scroll bars with CSS.
703-
inheritance_graph_attrs = dict(dpi=100, size='1000.0', splines='polyline')
703+
inheritance_graph_attrs = dict(size='1000.0', splines='polyline')
704704
# Also remove minimum node dimensions, and increase line size a bit.
705705
inheritance_node_attrs = dict(height=0.02, margin=0.055, penwidth=1,
706706
width=0.01)
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)