Skip to content

Commit 367f09f

Browse files
authored
docs: remove sphinx-toolbox incompatible with sphinx 8 (#671)
1 parent 329a2ce commit 367f09f

4 files changed

Lines changed: 2 additions & 526 deletions

File tree

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"auto_pytabs.sphinx_ext",
5151
"sphinx_copybutton",
5252
"sphinx_click",
53-
"sphinx_toolbox.collapse",
5453
"sphinx_design",
5554
"sphinx_togglebutton",
5655
"sphinx_paramlinks",

docs/usage/frameworks/litestar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ File storage features:
10401040
Alternative Patterns
10411041
--------------------
10421042

1043-
.. collapse:: Repository-Only Pattern
1043+
.. dropdown:: Repository-Only Pattern
10441044

10451045
If for some reason you don't want to use the service layer abstraction, you can use repositories directly. This approach removes the services abstraction, but still offers the benefits of Advanced Alchemy's repository features:
10461046

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ doc = [
110110
"sphinxcontrib-mermaid>=0.9.2",
111111
"sphinx-paramlinks>=0.6.0",
112112
"sphinx-togglebutton>=0.3.2",
113-
"sphinx-toolbox>=3.8.1",
114113
"myst-parser",
115114
"sphinx-autodoc-typehints",
116115
]

0 commit comments

Comments
 (0)