From 257f858d898330ed108ea7e3aeb97c1649f837e7 Mon Sep 17 00:00:00 2001 From: Xi Yan Date: Tue, 29 Oct 2024 17:08:24 -0700 Subject: [PATCH] test tabs --- docs/source/conf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 61db24367..fd34e463a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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"