mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-30 07:39:38 +00:00
test tabs
This commit is contained in:
parent
d307e97fa2
commit
257f858d89
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@ author = "Meta"
|
||||||
# -- General configuration ---------------------------------------------------
|
# -- General configuration ---------------------------------------------------
|
||||||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
||||||
|
|
||||||
extensions = ["myst_parser", "sphinx_rtd_theme", "sphinx_copybutton", "sphinx-tabs"]
|
extensions = [
|
||||||
|
"myst_parser",
|
||||||
|
"sphinx_rtd_theme",
|
||||||
|
"sphinx_copybutton",
|
||||||
|
"sphinx_tabs.tabs",
|
||||||
|
]
|
||||||
|
|
||||||
html_theme = "sphinx_rtd_theme"
|
html_theme = "sphinx_rtd_theme"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue