fixed logo for RTD for smaller

This commit is contained in:
cr0hn
2019-11-22 14:46:02 +01:00
parent 276c96ac82
commit ce1d607b2b
+1 -1
View File
@@ -46,7 +46,7 @@ exclude_patterns = []
# a list of builtin themes. # a list of builtin themes.
# #
html_theme = "sphinx_rtd_theme" html_theme = "sphinx_rtd_theme"
html_logo = "_static/logo.png" html_logo = "_static/logo-200px.png"
html_theme_options = { html_theme_options = {
'logo_only': True, 'logo_only': True,
'collapse_navigation': False, 'collapse_navigation': False,