mirror of
https://codeberg.org/openpgp/notes.git
synced 2024-11-23 16:12:05 +01:00
Merge pull request 'sphinx conf: more minimalistic output' (#51) from sphinx into draft
Reviewed-on: https://codeberg.org/openpgp/notes/pulls/51
This commit is contained in:
commit
5a8bbca4bf
1 changed files with 5 additions and 0 deletions
|
@ -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,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue