diff options
| author | Alexandre Flament <alex@al-f.net> | 2020-12-21 09:53:41 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2020-12-27 10:00:35 +0100 |
| commit | eb1b5289d5da742473dd412e83abe35406da5fa5 (patch) | |
| tree | 720f0afab6301e43127ab03f957eaa9444e61453 /docs/admin/engines.rst | |
| parent | 1ba53e6129f70d31f1af72993ce131de7f21e653 (diff) | |
[mod] documentation: change the jinja context doesn't depend on searx.webapp
Before this commit, in the documentation, the jinja context is 'webapp' and contains
the global variable in the searx.webapp module.
This commit changes this to include only the mandatory variables to build the
documentation.
Diffstat (limited to 'docs/admin/engines.rst')
| -rw-r--r-- | docs/admin/engines.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin/engines.rst b/docs/admin/engines.rst index 0ec86a614..3ad206303 100644 --- a/docs/admin/engines.rst +++ b/docs/admin/engines.rst @@ -46,7 +46,7 @@ Show errors **DE** .. _configured engines: -.. jinja:: webapp +.. jinja:: searx .. flat-table:: Engines configured at built time (defaults) :header-rows: 1 |