Skip to content

Commit

Permalink
build: Remove sphinx-togglebutton from 'docs' extra (#2190)
Browse files Browse the repository at this point in the history
* Remove sphinx-togglebutton dependency from the 'docs' extra as
  sphinx-togglebutton was used only to make a instructional admonition
  into a toggleable dropdown. The admonition was removed in PR #2187 and so
  sphinx-togglebutton is no longer needed.
* Remove use of sphinx_togglebutton extension from docs/conf.py.
* Amends PR #2187.
  • Loading branch information
matthewfeickert authored Apr 30, 2023
1 parent b8e942a commit 0cac458
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def setup(app):
'nbsphinx',
'sphinx_issues',
'sphinx_copybutton',
'sphinx_togglebutton',
'xref',
'jupyterlite_sphinx',
]
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ docs = [
"ipywidgets",
"sphinx-issues",
"sphinx-copybutton>=0.3.2",
"sphinx-togglebutton>=0.3.0",
"jupyterlite-sphinx>=0.8.0",
"jupyterlite-pyodide-kernel>=0.0.7",
"jupytext>=1.14.0",
Expand Down

0 comments on commit 0cac458

Please sign in to comment.