Skip to content

Commit ef7c527

Browse files
adamtheturtleclaude
andcommitted
Temporarily remove enum_tools usage
enum_tools.autoenum is incompatible with Sphinx 9. See domdfcoding/enum_tools#118. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1ebfff0 commit ef7c527

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"sphinxcontrib.spelling",
2929
"sphinxcontrib.autohttp.flask",
3030
"sphinx_toolbox.more_autodoc.autoprotocol",
31-
"enum_tools.autoenum",
3231
]
3332

3433
# Required by sphinx-toolbox 4.2.0rc1 for compatibility with Sphinx 9.

docs/source/mock-api-reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ API Reference
2020
:undoc-members:
2121
:exclude-members: to_dict, get_target, from_dict, not_deleted_targets, active_targets, inactive_targets, failed_targets, processing_targets
2222

23-
.. autoenum:: mock_vws.states.States
23+
.. autoclass:: mock_vws.states.States
2424
:members:
2525
:undoc-members:
2626

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ optional-dependencies.dev = [
5959
"doccmd==2026.1.18",
6060
"docformatter==1.7.7",
6161
"docker==7.1.0",
62-
"enum-tools[sphinx]==0.13.0",
6362
"freezegun==1.5.5",
6463
"furo==2025.12.19",
6564
"interrogate==1.7.0",

0 commit comments

Comments
 (0)