File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11sphinx >= 3.0
22sphinx-book-theme
3- myst-nb
3+ myst-parser
44sphinxcontrib-bibtex
5+ sphinx_togglebutton
Original file line number Diff line number Diff line change 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.
1722templates_path = ["_templates" ]
Original file line number Diff line number Diff line change 3333 "sphinx-book-theme" ,
3434 "sphinxcontrib-bibtex" ,
3535 "myst-parser" ,
36+ "sphinx_togglebutton" ,
3637 ],
3738}
3839
You can’t perform that action at this time.
0 commit comments