diff options
author | Alexandre Flament <alex@al-f.net> | 2020-10-01 16:37:19 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2020-10-01 16:38:54 +0200 |
commit | 2cafc5462d9b58c4a19a336c8b79d55bb9166913 (patch) | |
tree | 8d51429c20a3647ac5e0759fec9be0fe604b5fc5 /docs/conf.py | |
parent | ecb9f28869f081dc75182053c727523ed7e20d12 (diff) | |
download | searxng-2cafc5462d9b58c4a19a336c8b79d55bb9166913.tar.gz searxng-2cafc5462d9b58c4a19a336c8b79d55bb9166913.zip |
[fix] revert PR #2232 and #2230
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/conf.py b/docs/conf.py index ad884fd03..66c20594d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -28,11 +28,8 @@ numfig = True exclude_patterns = ['build-templates/*.rst'] from searx import webapp -import searx.engines -searx.engines.initialize_engines(searx.settings['engines']) jinja_contexts = { 'webapp': dict(**webapp.__dict__), - 'engines': searx.engines.engines } # usage:: lorem :patch:`f373169` ipsum |