Franz Wöllert
Franz Wöllert
Hi @azmeuk, thanks for raising the feature request! I think this could be a sensible addition to improve documentation on pydantic models. I would like to understand your use case...
Hi @daquinteroflex, by default, showing members is enabled for documenters provided by autodoc_pydantic, see [docs here](https://autodoc-pydantic.readthedocs.io/en/latest/users/configuration.html#show-members). Perhaps you've overwritten the global config to hide members? If not, then this might...
Hi @lenormf, thanks for raising the question! Have you looked at this [FAQ section](https://autodoc-pydantic.readthedocs.io/en/latest/users/faq.html#show-inherited-fields-validators)? It might very well answer your question.
Sorry for letting you wait for so long. I have been busy otherwise. And thanks for opening the issue anyway. The issue that you've been describing has bothered me for...
Thanks @morcef @Cielquan for providing more detail! @j-carson started a PR via #190. Currently, we are lacking a minimal reproducible example that covers the incorrect behaviour/s. This will be required...
@all-contributors please add @Cielquan for bug
@all-contributors please add @morcef for bug
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...
@juhlinm I added an improved error message to the corresponding function in #244 which should provide the name of the model causing the error. It would be great if you...
@afdaniele Thanks for sharing your insights! Do you have a reproducible example, too? This would be highly appreciated to improve our test coverage for this bug.