-
Notifications
You must be signed in to change notification settings - Fork 349
Restrict sphinx_gallery < 0.11
#1654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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_gallery
released version0.11.0
. The changes introduced in this version are negatively affecting the display of thumbnail galleries generated bynbsphinx
, as such I'm restrictingsphinx_gallery
to< 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-thubcontainer
style to a flex container. Instead of spending days trying to fix this my(our)selves. I'm just restricting thesphinx_gallery
version and hopingnbsphinx
comes 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-thubcontainer
style...OLD
NEW
nbsphinx
has already taken not of this... spatialaudio/nbsphinx#655