aboutsummaryrefslogtreecommitdiffstats
path: root/manual/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'manual/conf.py')
-rw-r--r--manual/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/manual/conf.py b/manual/conf.py
index fdfffe7f..be8357d6 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -11,4 +11,7 @@ project = 'QPDF'
copyright = '2005-2021, Jay Berkenbilt'
author = 'Jay Berkenbilt'
release = '10.4.0'
-html_theme = 'alabaster'
+html_theme = 'agogo'
+html_theme_options = {
+ "body_max_width": None,
+}