mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
sphinx_design
This commit is contained in:
parent
63876f6a0c
commit
975fca5bff
2 changed files with 3 additions and 0 deletions
|
@ -6,3 +6,4 @@ sphinx-rtd-theme>=1.0.0
|
||||||
sphinx-pdj-theme
|
sphinx-pdj-theme
|
||||||
sphinx-copybutton
|
sphinx-copybutton
|
||||||
sphinx-tabs
|
sphinx-tabs
|
||||||
|
sphinx-design
|
||||||
|
|
|
@ -24,7 +24,9 @@ extensions = [
|
||||||
"sphinx_rtd_theme",
|
"sphinx_rtd_theme",
|
||||||
"sphinx_copybutton",
|
"sphinx_copybutton",
|
||||||
"sphinx_tabs.tabs",
|
"sphinx_tabs.tabs",
|
||||||
|
"sphinx_design",
|
||||||
]
|
]
|
||||||
|
myst_enable_extensions = ["colon_fence"]
|
||||||
|
|
||||||
html_theme = "sphinx_rtd_theme"
|
html_theme = "sphinx_rtd_theme"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue