Skip to content

Commit

Permalink
Add sphinx-inline-tabs extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackenmen committed Jul 8, 2021
1 parent 6fad6f1 commit f3e8be9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
furo
Sphinx
sphinx-copybutton
sphinx-inline-tabs
sphinx-prompt
sphinxcontrib-spelling
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,13 @@ sphinx==4.0.3
# -r requirements.in
# furo
# sphinx-copybutton
# sphinx-inline-tabs
# sphinx-prompt
# sphinxcontrib-spelling
sphinx-copybutton==0.4.0
# via -r requirements.in
sphinx-inline-tabs==2021.4.11b9
# via -r requirements.in
sphinx-prompt==1.4.0
# via -r requirements.in
sphinxcontrib-applehelp==1.0.2
Expand Down
1 change: 1 addition & 0 deletions source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
extensions = [
"sphinx_copybutton",
"sphinx.ext.viewcode",
"sphinx_inline_tabs",
"sphinx-prompt",
"sphinxcontrib.spelling",
]
Expand Down

0 comments on commit f3e8be9

Please sign in to comment.