-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Fix html table scrolling again #9254
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
|
can you share a rendered page with the fix? thx
… |
|
@larsoner it seems like CircleCI is no longer auto-executing the tutorials that are edited in a PR? The artifact for this PR (https://26834-1301584-gh.circle-artifacts.com/0/dev/auto_tutorials/epochs/plot_40_autogenerate_metadata.html) doesn't have any cell output. |
|
Should be fixed now, I introduced the regression when refactoring CircleCI yesterday |
|
Thanks @larsoner! Looks like the horizontal scrolling is working again. Ready for review/merge on my end. |
|
Thanks @drammock |
* remove cruft * fix dataframe x-scrolling for latest docutils [skip azp][skip github] * touch tutorial [skip github][skip azp] * fix acronyms in BibTeX * remove month fields * remove keyword fields * whitespace * cruft * remove language fields * touch tutorial again (why?) * FIX: Cats Co-authored-by: Eric Larson <larson.eric.d@gmail.com>
The prior fix in #8977 seems to have been short-lived. Locally for me with latest docutils (0.17) this now works again (pretty-printing dataframes in our tutorials once again creates a horizontal scrollbar). Let's see if CircleCI behaves the same way.
Also removes from website template cruft that is no longer needed due to theme updates.