doc: Don't show not existing logo
This commit is contained in:
parent
d5948325d4
commit
afba6ce907
|
@ -115,7 +115,9 @@ html_theme = 'flask'
|
|||
# Theme options are theme-specific and customize the look and feel of a theme
|
||||
# further. For a list of options available for each theme, see the
|
||||
# documentation.
|
||||
html_theme_options = {}
|
||||
html_theme_options = {
|
||||
'index_logo': None
|
||||
}
|
||||
|
||||
# Add any paths that contain custom themes here, relative to this directory.
|
||||
#html_theme_path = []
|
||||
|
|
Loading…
Reference in New Issue