summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-11-18 17:33:48 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-11-18 17:33:48 +0100
commit27bb55ab0729fe0531440362f6aa5eb1142e42fb (patch)
treef0592fec0a61533bd1290cd4aeaa776ff9ab67f0 /docs/conf.py
parent3e5057405abe3499e6127fdb73564e89755ba1c8 (diff)
downloadsearxng-27bb55ab0729fe0531440362f6aa5eb1142e42fb.tar.gz
searxng-27bb55ab0729fe0531440362f6aa5eb1142e42fb.zip
[brand] SearXNG - docs html_theme = "searxng"
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index f892336f8..5bc83ebe6 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -108,7 +108,7 @@ issues_github_path = "searxng/searxng"
sys.path.append(os.path.abspath('_themes'))
sys.path.insert(0, os.path.abspath("../utils/"))
html_theme_path = ['_themes']
-html_theme = "searx"
+html_theme = "searxng"
# sphinx.ext.imgmath setup
html_math_renderer = 'imgmath'