Browse Source

[mod] doc - html_logo = themes/simple/src/svg/searxng-wordmark.svg

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 years ago
parent
commit
3e5057405a
2 changed files with 1 additions and 2 deletions
  1. 1 2
      docs/conf.py
  2. BIN
      docs/static/img/searx_logo_small.png

+ 1 - 2
docs/conf.py

@@ -133,8 +133,7 @@ html_sidebars = {
     "**": ["project.html", "relations.html", "searchbox.html", "sourcelink.html"],
     "**": ["project.html", "relations.html", "searchbox.html", "sourcelink.html"],
 }
 }
 singlehtml_sidebars = {"index": ["project.html", "localtoc.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_title = "SearXNG Documentation ({})".format(VERSION_STRING)
 html_show_sourcelink = True
 html_show_sourcelink = True
 
 

BIN
docs/static/img/searx_logo_small.png