Browse Source

[brand] SearXNG - docs html_theme = "searxng"

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Markus Heiser 3 years ago
parent
commit
27bb55ab07
3 changed files with 2 additions and 2 deletions
  1. 0 0
      docs/_themes/searxng/static/searxng.css
  2. 1 1
      docs/_themes/searxng/theme.conf
  3. 1 1
      docs/conf.py

+ 0 - 0
docs/_themes/searx/static/searx.css → docs/_themes/searxng/static/searxng.css


+ 1 - 1
docs/_themes/searx/theme.conf → docs/_themes/searxng/theme.conf

@@ -1,6 +1,6 @@
 [theme]
 inherit = pocoo
-stylesheet = searx.css
+stylesheet = searxng.css
 
 [options]
 touch_icon =

+ 1 - 1
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'