Skip to content

Commit b710f54

Browse files
committed
Remove hires png from default docs html output
1 parent 6bfe9e1 commit b710f54

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
@@ -115,7 +115,7 @@
115115
# Plot directive configuration
116116
# ----------------------------
117117

118-
plot_formats = [('png', 100), ('hires.png', 200), ('pdf', 100)]
118+
plot_formats = [('png', 100), ('pdf', 100)]
119119

120120
# Subdirectories in 'examples/' directory of package and titles for gallery
121121
mpl_example_sections = [

0 commit comments

Comments
 (0)