summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-09-12 08:36:56 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2021-09-13 14:36:24 +0200
commitecb7e73e039cf805c31764d148daae15e91389a5 (patch)
treeba5ad02b2c1a41701acf507c34bec1816bb65e0d /docs/conf.py
parentde5a8ee7d7186efdc1d54e602c5f807d87ebcfc2 (diff)
downloadsearxng-ecb7e73e039cf805c31764d148daae15e91389a5.tar.gz
searxng-ecb7e73e039cf805c31764d148daae15e91389a5.zip
[brand] docs - normalize project name to SearXNG
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 160063ceb..da36db88a 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -14,7 +14,7 @@ copyright = '2021 SearXNG team, 2015-2021 Adam Tauber, Noémi Ványi'
author = '2021 SearXNG team, 2015-2021 Adam Tauber'
release, version = VERSION_STRING, VERSION_STRING
-SEARX_URL = get_setting('server.base_url') or 'https://example.org/searx'
+SEARX_URL = get_setting('server.base_url') or 'https://example.org/searxng'
ISSUE_URL = get_setting('brand.issue_url')
DOCS_URL = get_setting('brand.docs_url')
PUBLIC_INSTANCES = get_setting('brand.public_instances')
@@ -132,7 +132,7 @@ html_sidebars = {
singlehtml_sidebars = {"index": ["project.html", "localtoc.html"]}
html_static_path = ["static"]
html_logo = "static/img/searx_logo_small.png"
-html_title = "Searx Documentation ({})".format(VERSION_STRING)
+html_title = "SearXNG Documentation ({})".format(VERSION_STRING)
html_show_sourcelink = False
# LaTeX ----------------------------------------------------------------