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
Sphinx autodoc extension that reads types from mypy annotations: https://pypi.python.org/pypi/sphinx-autodoc-typehints
This lets us both single-source typing hints and forces more granular typing hints in the Sphinx docs than is normally used.
The text was updated successfully, but these errors were encountered:
Unfortunately, it looks like sphinx-autodoc-typehints only works with Python 3 mypy annotations, not Python 2-compatible mypy annotations.
sphinx-autodoc-typehints
Sorry, something went wrong.
feat: Improvements to the message decryption process (#26)
dfd4124
See GHSA-89v2-g37m-g3ff Co-authored-by: Alex Chew <alex@alexchew.net> Co-authored-by: Valerie Lambert <lavaleri@amazon.com>
No branches or pull requests
Sphinx autodoc extension that reads types from mypy annotations: https://pypi.python.org/pypi/sphinx-autodoc-typehints
This lets us both single-source typing hints and forces more granular typing hints in the Sphinx docs than is normally used.
The text was updated successfully, but these errors were encountered: