This is an automated email from the ASF dual-hosted git repository.

rohit pushed a commit to branch sphnix-tabs
in repository https://gitbox.apache.org/repos/asf/cloudstack-documentation.git

commit ee6b3597fa062dd51830fa0d5168dad73b1e06eb
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
AuthorDate: Fri May 12 12:45:14 2023 +0530

    source: add sphnix-tabs
    
    These could be useful in the quick install guide for example which is
    hard to follow and group tabs could be usefule:
    
    https://sphinx-tabs.readthedocs.io/en/latest/#group-tabs
    
    Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>
---
 requirements.txt | 1 +
 source/conf.py   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/requirements.txt b/requirements.txt
index 93120e6..2e05221 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,2 @@
 docutils<0.18
+sphinx-tabs
diff --git a/source/conf.py b/source/conf.py
index 0434798..1c8bb1b 100644
--- a/source/conf.py
+++ b/source/conf.py
@@ -45,6 +45,7 @@ extensions = [
     'sphinx.ext.doctest',
     'sphinx.ext.intersphinx',
     'sphinx.ext.todo',
+    'sphinx_tabs.tabs',
 ]
 
 # Add any paths that contain templates here, relative to this directory.

Reply via email to