Skip to content

Commit 457e0fb

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 fa2bf77 commit 457e0fb

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/source/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"sphinxcontrib.spelling",
2727
"sphinxcontrib.autohttp.flask",
2828
"sphinx_toolbox.more_autodoc.autoprotocol",
29-
"enum_tools.autoenum",
3029
]
3130

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

docs/source/mock-api-reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ API Reference
2525
:undoc-members:
2626
:exclude-members: to_dict, from_dict, not_deleted_targets
2727

28-
.. autoenum:: mock_vws.states.States
28+
.. autoclass:: mock_vws.states.States
2929
:members:
3030
:undoc-members:
3131

32-
.. autoenum:: mock_vws.database_type.DatabaseType
32+
.. autoclass:: mock_vws.database_type.DatabaseType
3333
:members:
3434
:undoc-members:
3535

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ optional-dependencies.dev = [
6161
"doc8==2.0.0",
6262
"doccmd==2026.3.26.2",
6363
"docker==7.1.0",
64-
"enum-tools[sphinx]==0.13.0",
6564
"freezegun==1.5.5",
6665
"furo==2025.12.19",
6766
"interrogate==1.7.0",

0 commit comments

Comments
 (0)