summaryrefslogtreecommitdiff
path: root/docs
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
parent3e5057405abe3499e6127fdb73564e89755ba1c8 (diff)
[brand] SearXNG - docs html_theme = "searxng"
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
-rw-r--r--docs/_themes/searxng/static/searxng.css (renamed from docs/_themes/searx/static/searx.css)0
-rw-r--r--docs/_themes/searxng/theme.conf (renamed from docs/_themes/searx/theme.conf)2
-rw-r--r--docs/conf.py2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/_themes/searx/static/searx.css b/docs/_themes/searxng/static/searxng.css
index db101c05..db101c05 100644
--- a/docs/_themes/searx/static/searx.css
+++ b/docs/_themes/searxng/static/searxng.css
diff --git a/docs/_themes/searx/theme.conf b/docs/_themes/searxng/theme.conf
index 2d5f72e7..802ffff4 100644
--- a/docs/_themes/searx/theme.conf
+++ b/docs/_themes/searxng/theme.conf
@@ -1,6 +1,6 @@
[theme]
inherit = pocoo
-stylesheet = searx.css
+stylesheet = searxng.css
[options]
touch_icon =
diff --git a/docs/conf.py b/docs/conf.py
index f892336f..5bc83ebe 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'