From 85b4003a5389e7f3251756126e5d564b81749a0a Mon Sep 17 00:00:00 2001 From: Heiko Schaefer Date: Mon, 2 Oct 2023 15:38:17 +0200 Subject: [PATCH] conf: make code_font_size smaller So that "sq packet dump" output fits into the view column. --- book/source/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book/source/conf.py b/book/source/conf.py index fcd2ad5..80f4181 100644 --- a/book/source/conf.py +++ b/book/source/conf.py @@ -28,3 +28,8 @@ exclude_patterns = [] html_theme = 'alabaster' html_static_path = ['_static'] + +# https://github.com/sphinx-doc/alabaster/blob/0.x/alabaster/theme.conf +html_theme_options = { + 'code_font_size': '9pt', +}