Commit 1efcda16571ef41363549273499ab65642fb66cb
Committed by
Jay Berkenbilt
1 parent
f2a3b9cb
Manual: enable line wrapping in table cells
Showing
2 changed files
with
8 additions
and
0 deletions
manual/_static/css/wraptable.css
0 → 100644
manual/conf.py
| @@ -27,4 +27,8 @@ html_theme_options = { | @@ -27,4 +27,8 @@ html_theme_options = { | ||
| 27 | "body_max_width": None, | 27 | "body_max_width": None, |
| 28 | } | 28 | } |
| 29 | html_logo = '../logo/qpdf.svg' | 29 | html_logo = '../logo/qpdf.svg' |
| 30 | +html_static_path = ['_static'] | ||
| 31 | +html_css_files = [ | ||
| 32 | + 'css/wraptable.css', | ||
| 33 | +] | ||
| 30 | highlight_language = 'none' | 34 | highlight_language = 'none' |