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 fbe6029 commit 71d17d3Copy full SHA for 71d17d3
doc/conf.py
@@ -181,8 +181,7 @@ def _check_dependencies():
181
'thumbnail_size': (320, 224),
182
'compress_images': ('thumbnails', 'images') if _doc_release_mode else (),
183
'matplotlib_animations': True,
184
- # Doc build should not use hidpi images during the testing phase.
185
- 'image_srcset': ["2x"] if _doc_release_mode else [],
+ 'image_srcset': ["2x"],
186
'junit': '../test-results/sphinx-gallery/junit.xml' if CIRCLECI else '',
187
}
188
0 commit comments