doc: Don't show not existing logo

This commit is contained in:
Tobias Bieniek 2013-12-12 19:36:07 +01:00
parent d5948325d4
commit afba6ce907
1 changed files with 3 additions and 1 deletions

View File

@ -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 = []