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/plugins.rst | |
parent | 1ba53e6129f70d31f1af72993ce131de7f21e653 (diff) | |
download | searxng-eb1b5289d5da742473dd412e83abe35406da5fa5.tar.gz searxng-eb1b5289d5da742473dd412e83abe35406da5fa5.zip |
[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/plugins.rst')
-rw-r--r-- | docs/admin/plugins.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/admin/plugins.rst b/docs/admin/plugins.rst index 4ed9066fd..d97b3dada 100644 --- a/docs/admin/plugins.rst +++ b/docs/admin/plugins.rst @@ -14,7 +14,7 @@ Configuration defaults (at built time): .. _configured plugins: -.. jinja:: webapp +.. jinja:: searx .. flat-table:: Plugins configured at built time (defaults) :header-rows: 1 |