diff --git a/docs/source/conf.py b/docs/source/conf.py index 33654fe67..ddf30d1be 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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"