From b7e366529e93ae9a523119a127c4f564357169ac Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Mon, 26 Jun 2023 02:03:13 +0530
Subject: [PATCH] Add sphinx tabs extension

---
 conf.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf.py b/conf.py
index baec57ca..7e86c2c9 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
-- 
GitLab