mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-03 17:29:01 +00:00
chore: Setting default screen setting to auto
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
parent
5c010e234a
commit
3f0605a5c5
1 changed files with 3 additions and 0 deletions
|
@ -111,6 +111,9 @@ html_theme_options = {
|
||||||
"collapse_navigation": False,
|
"collapse_navigation": False,
|
||||||
# "style_nav_header_background": "#c3c9d4",
|
# "style_nav_header_background": "#c3c9d4",
|
||||||
}
|
}
|
||||||
|
html_context = {
|
||||||
|
"default_mode": "auto"
|
||||||
|
}
|
||||||
|
|
||||||
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