You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
doc/conf: work around __annotate_func__ sphinx autodoc errors on Python 3.14
On Python3.14, sphinx 8.2.3 stumbles upon __annotate_func__ members:
WARNING: autodoc: failed to import 'UDisks2Device.__annotate_func__' from module 'labgrid.util.agents.udisks2'; the following exception was raised:
Traceback (most recent call last):
File "sphinx/sphinx/util/inspect.py", line 461, in safe_getattr
return getattr(obj, name, *defargs)
AttributeError: type object 'UDisks2Device' has no attribute '__annotate_func__'
This will be fixed once [1] is part of a release. Until then, exlcude the
member from autodoc.
[1] sphinx-doc/sphinx@7814844
Signed-off-by: Bastian Krause <bst@pengutronix.de>
0 commit comments