File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 1+ /* override table width restrictions */
2+ @media screen and (min-width : 767px ) {
3+
4+ .wy-table-responsive table td {
5+ /* !important prevents the common CSS stylesheets from
6+ overriding this as on RTD they are loaded after this stylesheet */
7+ white-space : normal !important ;
8+ }
9+
10+ .wy-table-responsive {
11+ overflow : visible !important ;
12+ }
13+
14+ }
Original file line number Diff line number Diff line change 117117# a list of builtin themes.
118118#html_theme = 'sphinx_rtd_theme'
119119
120+ def setup (app ):
121+ # overrides for wide tables in RTD theme
122+ app .add_stylesheet ('theme_overrides.css' )
123+
120124# Theme options are theme-specific and customize the look and feel of a theme
121125# further. For a list of options available for each theme, see the
122126# documentation.
You can’t perform that action at this time.
0 commit comments