aboutsummaryrefslogtreecommitdiffstats
path: root/manual/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'manual/conf.py')
-rw-r--r--manual/conf.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/manual/conf.py b/manual/conf.py
index 3f334d8c..dafd49f1 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -27,4 +27,8 @@ html_theme_options = {
"body_max_width": None,
}
html_logo = '../logo/qpdf.svg'
+html_static_path = ['_static']
+html_css_files = [
+ 'css/wraptable.css',
+]
highlight_language = 'none'