Add support for sphinx-tabs extension 63/64363/1
authorThanh Ha <zxiiro@gmail.com>
Fri, 26 Jun 2020 18:49:32 +0000 (14:49 -0400)
committerThanh Ha <zxiiro@gmail.com>
Fri, 26 Jun 2020 18:51:32 +0000 (14:51 -0400)
This extension allows us to use code tabs in docs.

Change-Id: I5e57e5056d5b6abc05842aa37ad6b7fadfe94ca8
Ref: https://github.com/djungelorm/sphinx-tabs
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
docs_conf/defaults/default.yaml
docs_conf/defaults/lfdocs.yaml
docs_conf/defaults/opendaylight.yaml
releasenotes/notes/support-sphinx-tabs-7a9e3e9ed2a7795a.yaml [new file with mode: 0644]
requirements.txt

index a04e982..bcf0140 100644 (file)
@@ -13,6 +13,7 @@ extensions:
   - sphinx.ext.todo
   - sphinx.ext.coverage
   - sphinx.ext.viewcode
+  - sphinx_tabs.tabs
 exclude_patterns:
   - .DS_Store
   - _build
index 5227262..12d0315 100644 (file)
@@ -13,6 +13,7 @@ extensions:
   - sphinx.ext.todo
   - sphinx.ext.coverage
   - sphinx.ext.viewcode
+  - sphinx_tabs.tabs
 exclude_patterns:
   - .DS_Store
   - _build
index 65c3a0b..2998551 100644 (file)
@@ -14,6 +14,7 @@ extensions:
   - sphinx.ext.todo
   - sphinx.ext.coverage
   - sphinx.ext.viewcode
+  - sphinx_tabs.tabs
 exclude_patterns:
   - .DS_Store
   - _build
diff --git a/releasenotes/notes/support-sphinx-tabs-7a9e3e9ed2a7795a.yaml b/releasenotes/notes/support-sphinx-tabs-7a9e3e9ed2a7795a.yaml
new file mode 100644 (file)
index 0000000..5e809ef
--- /dev/null
@@ -0,0 +1,4 @@
+---
+features:
+  - |
+    Add support for sphinx-tabs (https://github.com/djungelorm/sphinx-tabs).
index 3b53a6e..b6148ef 100644 (file)
@@ -2,6 +2,7 @@ pytest
 pyyaml
 Sphinx~=3.0.4
 sphinx_bootstrap_theme~=0.7.1
+sphinx-tabs
 
 # Indirect Dependencies
 # >6.0.0 requires Python >=3.4