diff options
-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.py | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/_themes/searx/static/searx.css b/docs/_themes/searxng/static/searxng.css index db101c054..db101c054 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 2d5f72e7d..802ffff4e 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 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' |