mirror of https://github.com/searxng/searxng.git
parent
ecb9f28869
commit
2cafc5462d
|
@ -28,11 +28,8 @@ numfig = True
|
||||||
exclude_patterns = ['build-templates/*.rst']
|
exclude_patterns = ['build-templates/*.rst']
|
||||||
|
|
||||||
from searx import webapp
|
from searx import webapp
|
||||||
import searx.engines
|
|
||||||
searx.engines.initialize_engines(searx.settings['engines'])
|
|
||||||
jinja_contexts = {
|
jinja_contexts = {
|
||||||
'webapp': dict(**webapp.__dict__),
|
'webapp': dict(**webapp.__dict__),
|
||||||
'engines': searx.engines.engines
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# usage:: lorem :patch:`f373169` ipsum
|
# usage:: lorem :patch:`f373169` ipsum
|
||||||
|
|
Loading…
Reference in New Issue