From 2cafc5462d9b58c4a19a336c8b79d55bb9166913 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Thu, 1 Oct 2020 16:37:19 +0200 Subject: [PATCH] [fix] revert PR #2232 and #2230 --- docs/conf.py | 3 --- 1 file changed, 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