summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2023-07-29 09:02:07 +0200
committerMarkus Heiser <markus.heiser@darmarIT.de>2023-07-29 09:18:14 +0200
commit0623d5ae76471a1cbb3f2874378ee87d7f861396 (patch)
treef0b000aee9119cae79a8ee376ff57813028c166e /docs
parent112e4c08fd418b931f31cbb3beed33e3c27bbf6f (diff)
[doc] reduce copyright remark in the footer to the SearXNG team
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 88a9db95..aa4905ef 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -10,8 +10,8 @@ from searx.version import VERSION_STRING, GIT_URL, GIT_BRANCH
# Project --------------------------------------------------------------
project = 'SearXNG'
-copyright = '2021 SearXNG team, 2015-2021 Adam Tauber, Noémi Ványi'
-author = '2021 SearXNG team, 2015-2021 Adam Tauber'
+copyright = 'SearXNG team'
+author = 'SearXNG team'
release, version = VERSION_STRING, VERSION_STRING
SEARXNG_URL = get_setting('server.base_url') or 'https://example.org/searxng'
@@ -168,6 +168,7 @@ imgmath_image_format = 'svg'
imgmath_font_size = 14
# sphinx.ext.imgmath setup END
+html_show_sphinx = False
html_theme_options = {"index_sidebar_logo": True}
html_context = {"project_links": [] }
html_context["project_links"].append(ProjectLink("Source", GIT_URL + '/tree/' + GIT_BRANCH))