From 2bf77f5d2db2a33828beff402f7f18443204595d Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 5 Feb 2025 16:49:06 +0100 Subject: [web-client] integrate the migrated theme in the development workflows Signed-off-by: Markus Heiser --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf.py') diff --git a/docs/conf.py b/docs/conf.py index 23eca3202..25d071f83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -197,7 +197,7 @@ html_sidebars = { ], } singlehtml_sidebars = {"index": ["project.html", "localtoc.html"]} -html_logo = "../src/brand/searxng-wordmark.svg" +html_logo = "../client/simple/src/brand/searxng-wordmark.svg" html_title = "SearXNG Documentation ({})".format(VERSION_STRING) html_show_sourcelink = True -- cgit v1.2.3