Skip to content

Commit f3e8be9

Browse files
committed
Add sphinx-inline-tabs extension
1 parent 6fad6f1 commit f3e8be9

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
furo
22
Sphinx
33
sphinx-copybutton
4+
sphinx-inline-tabs
45
sphinx-prompt
56
sphinxcontrib-spelling

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@ sphinx==4.0.3
5151
# -r requirements.in
5252
# furo
5353
# sphinx-copybutton
54+
# sphinx-inline-tabs
5455
# sphinx-prompt
5556
# sphinxcontrib-spelling
5657
sphinx-copybutton==0.4.0
5758
# via -r requirements.in
59+
sphinx-inline-tabs==2021.4.11b9
60+
# via -r requirements.in
5861
sphinx-prompt==1.4.0
5962
# via -r requirements.in
6063
sphinxcontrib-applehelp==1.0.2

source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
extensions = [
3333
"sphinx_copybutton",
3434
"sphinx.ext.viewcode",
35+
"sphinx_inline_tabs",
3536
"sphinx-prompt",
3637
"sphinxcontrib.spelling",
3738
]

0 commit comments

Comments
 (0)