diff options
author | Alexandre Flament <alex@al-f.net> | 2021-09-10 11:49:57 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-09-10 11:49:57 +0200 |
commit | 4833d85e2ee53db8705b07c949891e11ae72cd7e (patch) | |
tree | 0975dd6d79635abcd94565cebe225b49148f6000 /docs/conf.py | |
parent | 1973e4ecf691f173299fb11abc61750009bdef84 (diff) | |
download | searxng-4833d85e2ee53db8705b07c949891e11ae72cd7e.tar.gz searxng-4833d85e2ee53db8705b07c949891e11ae72cd7e.zip |
[doc] update copyright notice and HTML title
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/conf.py b/docs/conf.py index 978d6a660..160063ceb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -9,9 +9,9 @@ from searx.version import VERSION_STRING, GIT_URL, GIT_BRANCH # Project -------------------------------------------------------------- -project = u'searx' -copyright = u'2015-2020, Adam Tauber, Noémi Ványi' -author = u'Adam Tauber' +project = 'SearXNG' +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' @@ -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("Searx-{}.tex".format(VERSION_STRING)) +html_title = "Searx Documentation ({})".format(VERSION_STRING) html_show_sourcelink = False # LaTeX ---------------------------------------------------------------- |