How can you override docstring types with type hints? #13474
Unanswered
ishaan-mehta
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to use
sphinx_autodoc_typehints
, but I am finding that the documentation is always generated using the types specified in the docstrings rather than the type hints — is there any way to change that behavior?Thanks for the help — I am new to Sphinx.
Beta Was this translation helpful? Give feedback.
All reactions