diff --git a/conf.py b/conf.py index baec57caf5ef4233c173805a8f5ace1b0869b93f..7e86c2c9c7a4e9e5c577d26e34985e3198462d28 100644 --- a/conf.py +++ b/conf.py @@ -31,7 +31,8 @@ extensions = [ "sphinx_design", "sphinxcontrib.images", "sphinx.ext.imgconverter", - "sphinx.ext.todo" + "sphinx.ext.todo", + "sphinx_tabs.tabs" ] todo_include_todos = True