test tabs

This commit is contained in:
Xi Yan 2024-10-29 17:08:24 -07:00
parent d307e97fa2
commit 257f858d89

View file

@ -19,7 +19,12 @@ author = "Meta"
# -- 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"