mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
css
This commit is contained in:
parent
2a5cdd3ea6
commit
a8dc87b00b
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue