From f6ce8a4b88fb31d2e1fab9101d8585e52a859946 Mon Sep 17 00:00:00 2001 From: s godin Date: Thu, 4 May 2023 16:05:02 +0000 Subject: [PATCH] test logo 2 --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index adef1a1..9130d69 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -71,7 +71,7 @@ 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,