aboutsummaryrefslogtreecommitdiffstats
path: root/manual/conf.py
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-18 19:43:58 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-18 19:43:58 +0100
commitd70fb568a3d58ef61605c8d5cf537b8668593455 (patch)
treeac7f24a6fef1ef6f36630f95081dec4d974bc831 /manual/conf.py
parent0e6b6a240bc071dc3d74ae21eac24799361199a0 (diff)
downloadqpdf-d70fb568a3d58ef61605c8d5cf537b8668593455.tar.zst
Specify highlight language instead of using text codeblocks
Diffstat (limited to 'manual/conf.py')
-rw-r--r--manual/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/manual/conf.py b/manual/conf.py
index 32800305..37e00395 100644
--- a/manual/conf.py
+++ b/manual/conf.py
@@ -15,3 +15,4 @@ html_theme = 'nature'
html_theme_options = {
"body_max_width": None,
}
+highlight_language = 'none'