Skip to content

Commit 71d17d3

Browse files
committed
DOC: Always create HiDPI images
1 parent fbe6029 commit 71d17d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/conf.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,7 @@ def _check_dependencies():
181181
'thumbnail_size': (320, 224),
182182
'compress_images': ('thumbnails', 'images') if _doc_release_mode else (),
183183
'matplotlib_animations': True,
184-
# Doc build should not use hidpi images during the testing phase.
185-
'image_srcset': ["2x"] if _doc_release_mode else [],
184+
'image_srcset': ["2x"],
186185
'junit': '../test-results/sphinx-gallery/junit.xml' if CIRCLECI else '',
187186
}
188187

0 commit comments

Comments
 (0)