Skip to content

Commit bff1ad0

Browse files
authored
fix: remove sphinx-toolbox to fix Sphinx 9.x docs build (#410)
sphinx-toolbox imports `logger` from `sphinx.ext.autodoc`, which was removed in Sphinx 9.x. The `collapse` directive was unused in the docs.
1 parent 8961725 commit bff1ad0

3 files changed

Lines changed: 1 addition & 388 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@
6969
"sphinx.ext.todo",
7070
"sphinx_click",
7171
"click_extra.sphinx",
72-
"sphinx_toolbox.collapse",
7372
"sphinx_design",
7473
"sphinx_tabs.tabs",
7574
"sphinx_togglebutton",

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ doc = [
9494
"sphinxcontrib-mermaid>=0.9.2",
9595
"sphinx-paramlinks>=0.6.0",
9696
"sphinx-togglebutton>=0.3.2",
97-
"sphinx-toolbox>=3.8.1",
9897
"myst-parser",
9998
"sphinx-autodoc-typehints",
10099
"numpydoc",

0 commit comments

Comments
 (0)