8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdea73f commit 61c8157Copy full SHA for 61c8157
doc/conf.py
@@ -700,7 +700,7 @@ def js_tag_with_cache_busting(js):
700
numpydoc_show_class_members = False
701
702
# 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')
+inheritance_graph_attrs = dict(size='1000.0', splines='polyline')
704
# Also remove minimum node dimensions, and increase line size a bit.
705
inheritance_node_attrs = dict(height=0.02, margin=0.055, penwidth=1,
706
width=0.01)
0 commit comments