Seamlessly integrate pydantic models in your Sphinx documentation
autodoc_pydantic Seamlessly integrate pydantic models in your Sphinx documentation. You love pydantic ❤ and you want todocument your models and configuration settings with sphinx? Perfect, let’s go. But wait, sphinx’ autodocdoes not integrate too well with pydantic models 😕. Don’t worry – just pip install autodoc_pydantic ☺. Features 💬 provides default values, alias and constraints for model fields 🔗 adds hyperlinks between validators and corresponding fields 📃 includes collapsable model json schema 🏄 natively integrates with autodoc and autosummary extensions […]
Read more