Skip to content

Commit 26824b7

Browse files
adamtheturtleclaude
andcommitted
Use sphinx-toolbox 4.2.0rc1 for Sphinx 9 compatibility
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 84db2aa commit 26824b7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/source/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"enum_tools.autoenum",
3232
]
3333

34+
autodoc_use_legacy_class_based = True
35+
3436
templates_path = ["_templates"]
3537
source_suffix = ".rst"
3638
master_doc = "index"

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ optional-dependencies.dev = [
9191
"sphinx-paramlinks==0.6",
9292
"sphinx-pyproject==0.3.0",
9393
"sphinx-substitution-extensions==2026.1.12",
94-
"sphinx-toolbox==4.1.2",
94+
"sphinx-toolbox==4.2.0rc1",
9595
"sphinxcontrib-httpdomain==1.8.1",
9696
"sphinxcontrib-spelling==8.0.2",
9797
"sybil==9.3.0",
@@ -442,6 +442,7 @@ ignore_names = [
442442
"autoclass_content",
443443
"autoclass_content",
444444
"autodoc_member_order",
445+
"autodoc_use_legacy_class_based",
445446
"copybutton_exclude",
446447
"extensions",
447448
"html_show_copyright",

0 commit comments

Comments
 (0)