This commit is contained in:
s godin 2023-05-04 16:40:08 +00:00
parent 3f6755d73d
commit 19d049349b

View File

@ -71,11 +71,11 @@ html_theme = 'sphinx_rtd_theme'
#html_static_path = ['_static']
#html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
#html_theme_path = ["_themes"]
html_logo = 'IMG/logo.svg'
#html_logo = 'IMG/logo.svg'
html_theme_options = {
'logo_only': True,
'display_version': False,
'display_version': True,
}