diff --git a/docs/source/conf.py b/docs/source/conf.py index 30794e8d1..1e35d03dd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -62,3 +62,5 @@ html_theme_options = { html_static_path = ["../_static"] html_logo = "../_static/llama-stack-logo.png" + +html_css_files = ["css/jit.css", "css/custom.css"]