What would you like changed/added and why?
When generating the documentation:
uv run --extra=doc make -C docs html
Sphinx raises a warning about a TypeVar defined in utils.docorators:
|
F = TypeVar("F", bound=Callable[..., Any]) |
WARNING: error while formatting signature for niquery.utils.decorators.TypeVar:
list assignment index out of range [autodoc]
Do you have any interest in helping improve the documentation?
Yes
Do you have any suggestions for the new documents?
The documentation gets built correctly, including the module at issue, and the functions that use the definition. The type is not linked, though. Unclear if it is related to the warning.
The warning should be addressed.
What would you like changed/added and why?
When generating the documentation:
Sphinx raises a warning about a
TypeVardefined inutils.docorators:niquery/src/niquery/utils/decorators.py
Line 32 in a903bb4
Do you have any interest in helping improve the documentation?
Yes
Do you have any suggestions for the new documents?
The documentation gets built correctly, including the module at issue, and the functions that use the definition. The type is not linked, though. Unclear if it is related to the warning.
The warning should be addressed.