Results 43 issues of Nice Zombies

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"} ```...

help wanted

Example: ```python if TYPE_CHECKING: from _typeshed import StrPath def foo(path: StrPath) -> StrPath: return path ``` Output (fails a build on read the docs): ```none WARNING: Failed guarded type import...

enhancement
help wanted

# Documentation The sphinx not found extension introduced in #111084 doesn't seem to be installed when the documentation is published: https://docs.python.org/3/- This is how it's meant to look: https://cpython-previews.readthedocs.io/en/3.14/- cc...

docs