conf: make code_font_size smaller

So that "sq packet dump" output fits into the view column.
This commit is contained in:
Heiko Schaefer 2023-10-02 15:38:17 +02:00
parent 854bda18ad
commit 85b4003a53
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -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',
}