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 ```python # conf.py autodoc_type_aliases = {"_Operation": "_Operation"} ``` ```python _Operation = dict[str, Any] def apply_patch( obj: Any, patch: _Operation | list[_Operation], *, allow: Container[str] = NOTHING, use_decimal: bool = False, ) -> Any: ... ``` <img width="653" alt="Screenshot 2024-09-11 at 20 23 12" src="https://github.com/user-attachments/assets/a8555bef-9c03-41c6-815a-50c82812bf53">