This commit is contained in:
Xi Yan 2024-10-29 20:03:40 -07:00
parent 2a5cdd3ea6
commit a8dc87b00b
2 changed files with 2 additions and 1 deletions

View file

@ -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"