diff options
| author | Adam Tauber <asciimoo@gmail.com> | 2019-10-23 15:36:34 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-23 15:36:34 +0000 |
| commit | 61e9b0b75f9fabb4e50eddcd1aed6592fd2569bd (patch) | |
| tree | 6b70afd3c169cae4c8276c63125ab6b866d6cdfb /docs/conf.py | |
| parent | c1ccb25d56502277be4dad044cb16fa46318217b (diff) | |
| parent | 021e1da4c9a8eca7293ad62608cc55da5dfde73f (diff) | |
Merge pull request #1730 from kvch/gh-pages
Add post about introducing offline engines to blog
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 52aad6630..e71ea13a7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -49,7 +49,7 @@ master_doc = 'index' # General information about the project. project = u'searx' -copyright = u'2015-2017, Adam Tauber' +copyright = u'2015-2019, Adam Tauber, Noémi Ványi' author = u'Adam Tauber' # The version info for the project you're documenting, acts as replacement for |