skrub-data/skrub

(Minor) CSS bug in dark mode in tables, on circleCI

Opened this issue · 1 comments

Describe the issue linked to the documentation

In dark mode, tables render wrong on circleCI:

The page https://output.circle-artifacts.com/output/job/13951c90-e23c-4688-9259-023169cb60d8/artifacts/0/doc/api.html does not render well
image

Problem here also:
https://output.circle-artifacts.com/output/job/13951c90-e23c-4688-9259-023169cb60d8/artifacts/0/doc/generated/skrub.SelectCols.html#skrub.SelectCols

image

Suggest a potential alternative/fix

Maybe it should be fixed in the CSS. Maybe it's not a big problem as it only happens on circleci and not on the main website.

@choldgraf maybe this comes from the sphinx pydate theme? Are we doing something wrong?

I think you've found a bug in the dark theme CSS! I see the same here: https://pydata-sphinx-theme.readthedocs.io/en/latest/examples/kitchen-sink/api.html

Opened an issue here: