From a8dc87b00ba6243c07e60fba8ea3d409d72d56b9 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 20:03:40 -0700 Subject: [PATCH] css --- docs/_static/{custom.css => css/my_theme.css} | 0 docs/source/conf.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename docs/_static/{custom.css => css/my_theme.css} (100%) diff --git a/docs/_static/custom.css b/docs/_static/css/my_theme.css similarity index 100% rename from docs/_static/custom.css rename to docs/_static/css/my_theme.css diff --git a/docs/source/conf.py b/docs/source/conf.py index c52530d29..f44e63dee 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -29,7 +29,6 @@ extensions = [ myst_enable_extensions = ["colon_fence"] html_theme = "sphinx_rtd_theme" -html_style = "css/custom.css" # html_theme = "sphinx_pdj_theme" # html_theme_path = [sphinx_pdj_theme.get_html_theme_path()] @@ -80,3 +79,5 @@ html_theme_options = { html_static_path = ["../_static"] html_logo = "../_static/llama-stack-logo.png" + +html_style = "../_static/css/my_theme.css"