We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c789fb2 commit 20c4671Copy full SHA for 20c4671
conf.py
@@ -39,10 +39,11 @@
39
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
40
# ones.
41
extensions = [
42
- "sphinx_copybutton",
43
"sphinx.ext.githubpages",
44
"sphinx.ext.todo",
+ "sphinx_copybutton",
45
"sphinx_rtd_theme",
46
+ "sphinx_tabs.tabs",
47
]
48
49
# Add any paths that contain templates here, relative to this directory.
requirements.txt
@@ -1,3 +1,4 @@
1
sphinx
2
-sphinx_rtd_theme
3
sphinx-copybutton
+sphinx-tabs
4
+sphinx_rtd_theme
0 commit comments