chore: Setting default screen setting to auto

Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
This commit is contained in:
Francisco Javier Arceo 2025-04-09 10:44:32 -04:00
parent 5c010e234a
commit 3f0605a5c5

View file

@ -111,6 +111,9 @@ html_theme_options = {
"collapse_navigation": False,
# "style_nav_header_background": "#c3c9d4",
}
html_context = {
"default_mode": "auto"
}
html_static_path = ["../_static"]
# html_logo = "../_static/llama-stack-logo.png"