mirror of
https://github.com/searxng/searxng.git
synced 2024-11-22 20:17:45 +01:00
[brand] SearXNG - docs html_theme = "searxng"
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
3e5057405a
commit
27bb55ab07
@ -1,6 +1,6 @@
|
|||||||
[theme]
|
[theme]
|
||||||
inherit = pocoo
|
inherit = pocoo
|
||||||
stylesheet = searx.css
|
stylesheet = searxng.css
|
||||||
|
|
||||||
[options]
|
[options]
|
||||||
touch_icon =
|
touch_icon =
|
@ -108,7 +108,7 @@ issues_github_path = "searxng/searxng"
|
|||||||
sys.path.append(os.path.abspath('_themes'))
|
sys.path.append(os.path.abspath('_themes'))
|
||||||
sys.path.insert(0, os.path.abspath("../utils/"))
|
sys.path.insert(0, os.path.abspath("../utils/"))
|
||||||
html_theme_path = ['_themes']
|
html_theme_path = ['_themes']
|
||||||
html_theme = "searx"
|
html_theme = "searxng"
|
||||||
|
|
||||||
# sphinx.ext.imgmath setup
|
# sphinx.ext.imgmath setup
|
||||||
html_math_renderer = 'imgmath'
|
html_math_renderer = 'imgmath'
|
||||||
|
Loading…
Reference in New Issue
Block a user