sphinx conf: more minimalistic output

This commit is contained in:
Heiko Schaefer 2023-10-09 12:48:25 +02:00
parent 20a562d5bf
commit 9a3bb16236
No known key found for this signature in database
GPG key ID: 4A849A1904CCBD7D

View file

@ -29,8 +29,13 @@ exclude_patterns = []
html_theme = 'alabaster' html_theme = 'alabaster'
html_static_path = ['_static'] html_static_path = ['_static']
html_show_sphinx = False
html_show_copyright = False
html_show_sourcelink = False
# https://github.com/sphinx-doc/alabaster/blob/0.x/alabaster/theme.conf # https://github.com/sphinx-doc/alabaster/blob/0.x/alabaster/theme.conf
html_theme_options = { html_theme_options = {
'code_font_size': '9pt', 'code_font_size': '9pt',
'show_relbars': 'yes', 'show_relbars': 'yes',
'show_powered_by': False,
} }