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'