diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-20 18:11:34 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-20 18:11:34 +0100 |
| commit | a9d184473f8da473918ad02ca1b3346420b296fc (patch) | |
| tree | db7001c98b47b4d932dc0fbccae7854c01398ded /docs/conf.py | |
| parent | 6df41728872934fe0e7f12c0a272d370f50d26a9 (diff) | |
docs: fix dead Searx-instance links to https://searx.space
Related to #1853 / BTW update year of copyright note
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/conf.py')
| -rw-r--r-- | docs/conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py index cd61b697e..ebcd102b2 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ DOCS_URL = os.environ.get("DOCS_URL", "https://asciimoo.github.io/searx/") # Project -------------------------------------------------------------- project = u'searx' -copyright = u'2015-2019, Adam Tauber, Noémi Ványi' +copyright = u'2015-2020, Adam Tauber, Noémi Ványi' author = u'Adam Tauber' release, version = VERSION_STRING, VERSION_STRING highlight_language = 'none' |