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"