hack to override rtd back table formatting
This commit is contained in:
parent
51b6e879b4
commit
aa028c5bc1
3
docs/source/_static/theme_override.css
Normal file
3
docs/source/_static/theme_override.css
Normal file
@ -0,0 +1,3 @@
|
||||
.wy-table-responsive table td, .wy-table-responsive table th {
|
||||
white-space: normal;
|
||||
}
|
@ -103,6 +103,12 @@ pygments_style = 'sphinx'
|
||||
# a list of builtin themes.
|
||||
html_theme = 'default'
|
||||
|
||||
html_context = {'css_files': [
|
||||
'https://media.readthedocs.org/css/sphinx_rtd_theme.css',
|
||||
'https://media.readthedocs.org/css/readthedocs-doc-embed.css',
|
||||
'_static/theme_overrides.css',
|
||||
]}
|
||||
|
||||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
|
Loading…
Reference in New Issue
Block a user