Thanks to visit codestin.com Credit goes to github.com
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 be97f84 commit baa0537Copy full SHA for baa0537
1 file changed
doc/conf.py
@@ -168,7 +168,8 @@ def _check_dependencies():
168
'thumbnail_size': (320, 224),
169
'compress_images': ('thumbnails', 'images'),
170
'matplotlib_animations': True,
171
- 'image_srcset': ["2x"],
+ # 3.7 CI doc build should not use hidpi images during the testing phase
172
+ 'image_srcset': [] if sys.version_info[:2] == (3, 7) else ["2x"],
173
}
174
175
plot_gallery = 'True'
0 commit comments