aboutsummaryrefslogtreecommitdiffstats
path: root/manual/conf.py
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-18 19:37:11 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-18 19:37:11 +0100
commit0e6b6a240bc071dc3d74ae21eac24799361199a0 (patch)
tree226617407762d7b1195d49cc5b9fe4fae2c694b4 /manual/conf.py
parentc9d54fda518db58f7f610c6af5a69e316c07a52d (diff)
downloadqpdf-0e6b6a240bc071dc3d74ae21eac24799361199a0.tar.zst
Change html theme again, fix code blocks
The agogo theme doesn't do very well on narrow screens. The code blocks were used for shell commands but were using Python syntax highlighting.
Diffstat (limited to 'manual/conf.py')
-rw-r--r--manual/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/conf.py b/manual/conf.py
index be8357d6..32800305 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -11,7 +11,7 @@ project = 'QPDF'
copyright = '2005-2021, Jay Berkenbilt'
author = 'Jay Berkenbilt'
release = '10.4.0'
-html_theme = 'agogo'
+html_theme = 'nature'
html_theme_options = {
"body_max_width": None,
}