From 27bb55ab0729fe0531440362f6aa5eb1142e42fb Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Thu, 18 Nov 2021 17:33:48 +0100 Subject: [PATCH] [brand] SearXNG - docs html_theme = "searxng" Signed-off-by: Markus Heiser --- .../{searx/static/searx.css => searxng/static/searxng.css} | 0 docs/_themes/{searx => searxng}/theme.conf | 2 +- docs/conf.py | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/_themes/{searx/static/searx.css => searxng/static/searxng.css} (100%) rename docs/_themes/{searx => searxng}/theme.conf (65%) diff --git a/docs/_themes/searx/static/searx.css b/docs/_themes/searxng/static/searxng.css similarity index 100% rename from docs/_themes/searx/static/searx.css rename to docs/_themes/searxng/static/searxng.css diff --git a/docs/_themes/searx/theme.conf b/docs/_themes/searxng/theme.conf similarity index 65% rename from docs/_themes/searx/theme.conf rename to 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'