conf: enable show_relbars

fixes #40
This commit is contained in:
Heiko Schaefer 2023-10-04 14:01:37 +02:00
parent 55d1ce73a1
commit 664f3cec86
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -32,4 +32,5 @@ html_static_path = ['_static']
# https://github.com/sphinx-doc/alabaster/blob/0.x/alabaster/theme.conf
html_theme_options = {
'code_font_size': '9pt',
'show_relbars': 'yes',
}