Skip to content

Commit 0d45313

Browse files
authored
Fix doc tables (#656)
2 parents 59cc536 + a7fa986 commit 0d45313

File tree

3 files changed

+138
-66
lines changed

3 files changed

+138
-66
lines changed

doc/_static/css/custom.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-table-responsive table td, .wy-table-responsive table th {
2+
white-space: normal;
3+
}

doc/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,10 @@ def __getattr__(cls, name):
207207
# Output file base name for HTML help builder.
208208
htmlhelp_basename = 'Bobdoc'
209209

210+
# A list of CSS files.
211+
html_css_files = [
212+
'css/custom.css',
213+
]
210214

211215
# -- Options for LaTeX output ---------------------------------------------
212216

0 commit comments

Comments
 (0)