Skip to content

Commit 1dade99

Browse files
committed
Add and enable sphinx-tabs
The sphinx-tabs plugin enables really easy code tabs for displaying the same bit of code in different languages. https://sphinx-tabs.readthedocs.io/en/latest/
1 parent fc9a9b1 commit 1dade99

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"sphinx.ext.autodoc",
1818
"sphinx.ext.viewcode",
1919
"sphinx_search.extension",
20+
"sphinx_tabs.tabs",
2021
"myst_nb",
2122
]
2223

docs/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx-multiproject
22
sphinx_rtd_theme
3+
sphinx-tabs
34
myst-nb
45
readthedocs-sphinx-search

0 commit comments

Comments
 (0)