Skip to content

Commit 24aa210

Browse files
committed
Remove dpi specification for inheritance diagrams
1 parent 62971af commit 24aa210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ 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)

0 commit comments

Comments
 (0)