Restrict sphinx_gallery < 0.11#1654
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1654 +/- ##
=======================================
Coverage 97.21% 97.21%
=======================================
Files 83 83
Lines 7962 7962
=======================================
Hits 7740 7740
Misses 222 222 Continue to review full report at Codecov.
|
namurphy
left a comment
There was a problem hiding this comment.
Thanks! I noticed this happening for another repo so it's helpful to know the cause of this. Do you think it'd be worth pushing these changes to stable and v0.8.x too?
No, it's not currently affecting either of those branches, and won't until we cause a rebuild. And, a rebuild will probably only happen when we merge |
Today (2022-07-29)
sphinx_galleryreleased version0.11.0. The changes introduced in this version are negatively affecting the display of thumbnail galleries generated bynbsphinx, as such I'm restrictingsphinx_galleryto< 0.11.0.There are likely multiple changes that are sources to this issue, all of which are probably related to sphinx-gallery/sphinx-gallery#905. I do think the issue can be traced back to the change of the
.spx-glr-thubcontainerstyle to a flex container. Instead of spending days trying to fix this my(our)selves. I'm just restricting thesphinx_galleryversion and hopingnbsphinxcomes up with their own solution that we can adopt later. :)on the change to flex containersThe root cause of the display issues comes from changes made to the
.spx-glr-thubcontainerstyle...OLD
NEW
nbsphinxhas already taken not of this... spatialaudio/nbsphinx#655