Closed spacemanspiff2007 closed 8 months ago
It looks like there is a hardcoded list of "model_" items to suppress - https://github.com/mansenfranzen/autodoc_pydantic/blob/1d14f120373e481023de889711210f4d2a2b853c/sphinxcontrib/autodoc_pydantic/directives/autodocumenters.py#L213
Done via #202
Before merging the related PR, it would be great if you could test the changed behavior. To do so, please install the current dev release in your doc-building-environment via pip install git+https://github.com/mansenfranzen/autodoc_pydantic.git@v2.1.0-a.1
and rebuild your docs.
Please feel free to reopen if any problem remains. I will release the new version upcoming Monday.
autodoc_pydantic 2.0.1
Pydantic 2.6.0 introduced a change for
model_computed_fields
. Now this is rendered for every Model that is documented: