summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-12-21 13:11:37 +0100
committerGitHub <noreply@github.com>2021-12-21 13:11:37 +0100
commite869e3089cb5ed6ae7466086d5fe0505082dd954 (patch)
treedadea372bc1e09f37045feaf08724685ca96596c /docs/conf.py
parent06435e08efdfbc8fa19768fe17552e1339570ee0 (diff)
parent33983809e4e2ede9caf3df12b995c6fa1e5f1d8d (diff)
Merge pull request #630 from not-my-profile/engine-count
[doc] say how many engines are supported / enabled
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c755b8406..a319762e2 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -47,6 +47,7 @@ jinja_contexts = {
'version': {
'node': os.getenv('NODE_MINIMUM_VERSION')
},
+ 'enabled_engine_count': sum(not x.disabled for x in searx.engines.engines.values()),
},
}
jinja_filters = {