v0.6.4: pydantic v2 compatibility
What's Changed
- dev: allow quartodoc to work with pydantic v2 by @machow in #294
- note that we simply
import pydantic.v1
for now.
- note that we simply
- fix: ensure docstring section transform preserves starting text by @machow in #289
- fix: when pointing to
_quarto.yml
in another folder, put current directory onsys.path
, before switching directories. (see #296, #297) - docs: add signature_name to docstring and all content options section by @machow in #290
- docs: add ci badge by @machow in #291
Full Changelog: v0.6.3...v0.6.4