Franz Wöllert
Franz Wöllert
@Yoshanuikabundi Thanks for your detailed report and your thoughts on this issue. I know it's a pity that a fully automated API documentation does not yet work properly with `autodoc_pydantic`....
@StephenHogg I think your `index.rst` is not correct. Try: ``` .. autosummary:: :toctree: _autosummary :recursive: test ```
@Yoshanuikabundi I took a closer look at your proposal. It is a good idea to extend the standard autosummary template to call the custom function `keep_pydantic_models` from within the jinja...
Unfortunately not - I haven't gotten any response in the upstream issue https://github.com/sphinx-doc/sphinx/issues/6264. I just added a friendly reminder.
Thanks for sharing - that's really great! This information could be very useful for others, too. It would be a great candidate for the [documentations FAQ section](https://autodoc-pydantic.readthedocs.io/en/stable/users/faq.html). If you feel...
@Yoshanuikabundi No need to hurry - take your time.
@iwyrkore Thanks for sharing your solution! I'm sure it will be helpful for others having the same issue. I might add a new section to the user's FAQ docs soonish...
@all-contributors please add @iwyrkore for code
Thanks for revisiting this issue :-). PR is merged and will be included in the next release (probably next week).
@helgee Have you tried @j-carson solution and is it feasible for you?