-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: unsupported node #316
Comments
Hi @slyons, thank you for the report! Valid bug, Griffe doesn't support attributes when expanding |
Note however that |
I'm not sure to understand how your code works: from .szurubooru_client import _models
AroundPostResult = _models.AroundPostResult
...
UserResource = _models.UserResource
__doc__ = szurubooru_client.models.__doc__
if hasattr(szurubooru_client.models, "__all__"):
__all__ = szurubooru_client.models.__all__ The module-level |
For Sadly, |
I'll let you know when I release a new version with this change, so you can tell me if it works better. |
v1.2.0 is out, let me know if it works. If not, please open a new issue 🙂 |
Description of the bug
I'm trying to generate some documentation using mkdocstrings for a Rust/pyo3 project but am not able to due to the bug.
To Reproduce
Full traceback
Full traceback
Expected behavior
I expected that the documentation would build successfully
Environment information
griffe --debug-info # | xclip -selection clipboard
griffe
v1.1.1Additional context
The text was updated successfully, but these errors were encountered: