-
When using `azure-mgmt-resource` there seems to be different import behavior between `uv pip install` and just `pip install`. I am only able to produce when modules are imported during a test session …
-
Upon running my test suite, I sometimes get these errors:
```bash
pytest -c config/pytest.ini -n auto tests
```
```
============================= test session starts ==========================…
-
Hello! Thanks a lot for Python Markdown, we'd do nothing without it :slightly_smiling_face:
Would you be interested in providing API pages in your documentation, as well as a consumable objects in…
-
PEP 727 proposes a new way to document attributes (module/class/instance attributes) and function/method parameters. Examples from the proposal:
```python
from typing import Annotated, Doc
clas…
-
**Describe the bug**
I'm trying to generate the documentation for a project containing a Cython module, but I encountered a `could not be found` error on the identifier.
**To Reproduce**
1. clone…
-
When decorating with [a few selected decorators](https://github.com/mkdocstrings/griffe/blob/7129477184f0b88d3bf165dfe8e1f6158c30914a/src/griffe/agents/visitor.py#L54-L68), the decorated function will…
-
## Is your feature request related to a problem? Please describe.
When building `mkdocstrings-python` with many classes (especially `Pydantic` classes) I get many warnings for:
> Parameter 'para…
-
PDM is using Blinker: https://pypi.org/project/blinker/
Probably possible to implement it ourselves without too much code.
-
### Discussed in https://github.com/mkdocstrings/python/discussions/105
#### Following https://github.com/mkdocstrings/griffe/issues/158
---
### Premises
Based on discussion on https://github.com/…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to generate documentation for my project with `mkdocstrings`, and griffe constantly crashes with weird "Could not resolve…