From 3e5057405abe3499e6127fdb73564e89755ba1c8 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 18 Nov 2021 17:29:25 +0100 Subject: [mod] doc - html_logo = themes/simple/src/svg/searxng-wordmark.svg Signed-off-by: Markus Heiser --- docs/conf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 47cdaa3f1..f892336f8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -133,8 +133,7 @@ html_sidebars = { "**": ["project.html", "relations.html", "searchbox.html", "sourcelink.html"], } singlehtml_sidebars = {"index": ["project.html", "localtoc.html"]} -html_static_path = ["static"] -html_logo = "static/img/searx_logo_small.png" +html_logo = "../searx/static/themes/simple/src/svg/searxng-wordmark.svg" html_title = "SearXNG Documentation ({})".format(VERSION_STRING) html_show_sourcelink = True -- cgit v1.2.3