You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem if the cell output is a DataFrame with long column labels when using html_theme = "pydata_sphinx_theme", as shown below, column labels collide with each other. But everything looks fine when using sphinx_rtd_theme.
Here is a minimal example:
Build the default sphinx project with sphinx-quickstart.