mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
width
This commit is contained in:
parent
6146d6ae75
commit
2a5cdd3ea6
2 changed files with 4 additions and 5 deletions
4
docs/_static/custom.css
vendored
4
docs/_static/custom.css
vendored
|
@ -1,3 +1,5 @@
|
||||||
|
@import url("theme.css");
|
||||||
|
|
||||||
.wy-nav-content {
|
.wy-nav-content {
|
||||||
max-width: 75% !important;
|
max-width: 90%;
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,6 +29,7 @@ extensions = [
|
||||||
myst_enable_extensions = ["colon_fence"]
|
myst_enable_extensions = ["colon_fence"]
|
||||||
|
|
||||||
html_theme = "sphinx_rtd_theme"
|
html_theme = "sphinx_rtd_theme"
|
||||||
|
html_style = "css/custom.css"
|
||||||
|
|
||||||
# html_theme = "sphinx_pdj_theme"
|
# html_theme = "sphinx_pdj_theme"
|
||||||
# html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
|
# html_theme_path = [sphinx_pdj_theme.get_html_theme_path()]
|
||||||
|
@ -79,7 +80,3 @@ html_theme_options = {
|
||||||
|
|
||||||
html_static_path = ["../_static"]
|
html_static_path = ["../_static"]
|
||||||
html_logo = "../_static/llama-stack-logo.png"
|
html_logo = "../_static/llama-stack-logo.png"
|
||||||
|
|
||||||
html_css_files = [
|
|
||||||
"custom.css",
|
|
||||||
]
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue