Skip to content

Commit 20c4671

Browse files
authored
Add sphinx-tabs to extension set (#6)
1 parent c789fb2 commit 20c4671

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@
3939
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
4040
# ones.
4141
extensions = [
42-
"sphinx_copybutton",
4342
"sphinx.ext.githubpages",
4443
"sphinx.ext.todo",
44+
"sphinx_copybutton",
4545
"sphinx_rtd_theme",
46+
"sphinx_tabs.tabs",
4647
]
4748

4849
# Add any paths that contain templates here, relative to this directory.

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
sphinx
2-
sphinx_rtd_theme
32
sphinx-copybutton
3+
sphinx-tabs
4+
sphinx_rtd_theme

0 commit comments

Comments
 (0)