From ce1d607b2b8b9eb575d91a1cf2dbb84166fbe3ef Mon Sep 17 00:00:00 2001 From: cr0hn Date: Fri, 22 Nov 2019 14:46:02 +0100 Subject: [PATCH] fixed logo for RTD for smaller --- docs/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 329ce3e..ded0ce9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -46,7 +46,7 @@ exclude_patterns = [] # a list of builtin themes. # html_theme = "sphinx_rtd_theme" -html_logo = "_static/logo.png" +html_logo = "_static/logo-200px.png" html_theme_options = { 'logo_only': True, 'collapse_navigation': False,