Skip to content

Commit d8158d5

Browse files
committed
🔧 MAINTAIN: add 'sphinx_togglebutton' ext
1 parent 865b437 commit d8158d5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

docs/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx>=3.0
22
sphinx-book-theme
3-
myst-nb
3+
myst-parser
44
sphinxcontrib-bibtex
5+
sphinx_togglebutton

docs/source/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@
1111
# Add any Sphinx extension module names here, as strings. They can be
1212
# extensions coming with Sphinx (named "sphinx.ext.*") or your custom
1313
# ones.
14-
extensions = ["sphinx_proof", "myst_parser", "sphinxcontrib.bibtex"]
14+
extensions = [
15+
"sphinx_proof",
16+
"myst_parser",
17+
"sphinxcontrib.bibtex",
18+
"sphinx_togglebutton",
19+
]
1520

1621
# Add any paths that contain templates here, relative to this directory.
1722
templates_path = ["_templates"]

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"sphinx-book-theme",
3434
"sphinxcontrib-bibtex",
3535
"myst-parser",
36+
"sphinx_togglebutton",
3637
],
3738
}
3839

0 commit comments

Comments
 (0)