mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-05 18:22:41 +00:00
setting default to light mode
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
3f0605a5c5
commit
19b5656083
1 changed files with 2 additions and 3 deletions
|
@ -111,9 +111,8 @@ html_theme_options = {
|
||||||
"collapse_navigation": False,
|
"collapse_navigation": False,
|
||||||
# "style_nav_header_background": "#c3c9d4",
|
# "style_nav_header_background": "#c3c9d4",
|
||||||
}
|
}
|
||||||
html_context = {
|
|
||||||
"default_mode": "auto"
|
default_dark_mode = False
|
||||||
}
|
|
||||||
|
|
||||||
html_static_path = ["../_static"]
|
html_static_path = ["../_static"]
|
||||||
# html_logo = "../_static/llama-stack-logo.png"
|
# html_logo = "../_static/llama-stack-logo.png"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue