This commit is contained in:
Xi Yan 2024-10-29 19:55:17 -07:00
parent e60793af11
commit 6146d6ae75
2 changed files with 7 additions and 0 deletions

3
docs/_static/custom.css vendored Normal file
View file

@ -0,0 +1,3 @@
.wy-nav-content {
max-width: 75% !important;
}

View file

@ -79,3 +79,7 @@ html_theme_options = {
html_static_path = ["../_static"]
html_logo = "../_static/llama-stack-logo.png"
html_css_files = [
"custom.css",
]