summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-11-29 20:05:54 +0100
committerGitHub <noreply@github.com>2021-11-29 20:05:54 +0100
commit989f9e97f0225f72edca82d3ff02a0acc890bfa5 (patch)
tree8a6cd62c6998d834a48c8a42a116ba4b008c8ab6 /docs/conf.py
parent3700094f3a8f12bee4130035977e0cde4f859f9a (diff)
parente2e585319e8f0685d749580619b94bcc5085eaf5 (diff)
Merge pull request #561 from return42/fix-README
[brand] README: add SearXNG logo
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 5bc83ebe6..56f3e1d9f 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -133,7 +133,7 @@ html_sidebars = {
"**": ["project.html", "relations.html", "searchbox.html", "sourcelink.html"],
}
singlehtml_sidebars = {"index": ["project.html", "localtoc.html"]}
-html_logo = "../searx/static/themes/simple/src/svg/searxng-wordmark.svg"
+html_logo = "../src/brand/searxng-wordmark.svg"
html_title = "SearXNG Documentation ({})".format(VERSION_STRING)
html_show_sourcelink = True