hack to override rtd back table formatting

This commit is contained in:
Chris Dent 2015-09-28 17:06:56 +01:00
parent 51b6e879b4
commit aa028c5bc1
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}

View File

@ -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.