mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-30 03:22:06 +01:00
conf: make code_font_size smaller
So that "sq packet dump" output fits into the view column.
This commit is contained in:
parent
854bda18ad
commit
85b4003a53
1 changed files with 5 additions and 0 deletions
|
@ -28,3 +28,8 @@ exclude_patterns = []
|
||||||
|
|
||||||
html_theme = 'alabaster'
|
html_theme = 'alabaster'
|
||||||
html_static_path = ['_static']
|
html_static_path = ['_static']
|
||||||
|
|
||||||
|
# https://github.com/sphinx-doc/alabaster/blob/0.x/alabaster/theme.conf
|
||||||
|
html_theme_options = {
|
||||||
|
'code_font_size': '9pt',
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue