bug: Extension does not work when separate_signature
is set to True [mkdocs]
#9
Labels
bug
Something isn't working
separate_signature
is set to True [mkdocs]
#9
Description of the bug
So, I had my docs already working. Added new pydantic models and saw that mkdocstrings cannot parse it correctly so I used this extension, but got really similar result.
To Reproduce
My config file:
Full traceback
Full traceback
Current behavior
The docstrings of fields are shown okay, however, it does not show the types of fields.
Expected behavior
If I comment out
separate_signature: true
, then everything is as expected:Environment information
- __System__: Linux-6.8.0-1014-oem-x86_64-with-glibc2.39 - __Python__: cpython 3.12.3 - __Environment variables__: - __Installed packages__: - `griffe-pydantic` v1.0.0
Additional context
The text was updated successfully, but these errors were encountered: