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
TypeError("unsupported operand type(s) for |: 'TypeAliasForwardRef' and 'types.GenericAlias'")
This seems to fix the issue:
-localns = TypeAliasNamespace(app.config["autodoc_type_aliases"])+localns = {key: ForwardRef(value) for key, value in app.config["autodoc_type_aliases"].items()}
It's not a big deal, but I would like the links to the type definitions to be present on all pages: https://jsonyx.readthedocs.io/en/latest/api/jsonyx.apply_patch.html
The text was updated successfully, but these errors were encountered: