From 1243343ec4600ed74b90d7705ce0d32a6481a688 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 16:00:58 -0700 Subject: [PATCH] css --- docs/source/conf.py | 2 ++ 1 file changed, 2 insertions(+) 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"]