Skip to content

Commit

Permalink
🔧 MAINTAIN: add 'sphinx_togglebutton' ext
Browse files Browse the repository at this point in the history
  • Loading branch information
najuzilu committed Oct 16, 2020
1 parent 865b437 commit d8158d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx>=3.0
sphinx-book-theme
myst-nb
myst-parser
sphinxcontrib-bibtex
sphinx_togglebutton
7 changes: 6 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named "sphinx.ext.*") or your custom
# ones.
extensions = ["sphinx_proof", "myst_parser", "sphinxcontrib.bibtex"]
extensions = [
"sphinx_proof",
"myst_parser",
"sphinxcontrib.bibtex",
"sphinx_togglebutton",
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"sphinx-book-theme",
"sphinxcontrib-bibtex",
"myst-parser",
"sphinx_togglebutton",
],
}

Expand Down

0 comments on commit d8158d5

Please sign in to comment.