Hello,
Thanks for the work on this project.
I'm using autodoc_pydantic to document the settings of my project. As the documentation is for end-user, there is not need to show technical details, but at the moment I have this rendering:
I don't see any options to hide this:
pydantic settings libervia.backend.tools.config.TorSettings
Tor configuration options
(i.e.; `pydantic settings followed by fully qualified class name, and the docstring).
Would it be possible to add a configuration option to hide them? I believe that this would be the equivalent of the :no-index: option of autodoc.
This would improve UX for settings.
Thanks!