We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cached_property
While the annotations of the cached_property are picked up correctly, the docstring part does not seem to be included
import functools class Foo: @functools.cached_property def prop(self) -> int: """This is documented""" return 1
Platform: linux; (Linux-6.11.7-300.fc41.x86_64-x86_64-with-glibc2.40) Python version: 3.13.0 (main, Oct 8 2024, 00:00:00) [GCC 14.2.1 20240912 (Red Hat 14.2.1-3)]) Python implementation: CPython Sphinx version: 8.1.3 Docutils version: 0.21.2 Jinja2 version: 3.1.4 Pygments version: 2.18.0
extensions = [ "myst_parser", "sphinx.ext.intersphinx", "sphinx_tippy", "sphinx.ext.autodoc", "sphinx_autodoc_typehints", ]
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
While the annotations of the
cached_property
are picked up correctly, the docstring part does not seem to be includedHow to Reproduce
Environment Information
Sphinx extensions
Additional context
No response
The text was updated successfully, but these errors were encountered: