You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using sphinx_autodoc_typehints only to remove typehints from the documentation and not to insert them as parameter types. As of Sphinx 2.2.0, Sphinx can do the same thing (it could do the basic removal for a while now but some patterns were not formatted correctly; see this pull request). So we can now remove the second dependency if we update Sphinx to use 2.2.0, at least.
The text was updated successfully, but these errors were encountered:
We've been using
sphinx_autodoc_typehints
only to remove typehints from the documentation and not to insert them as parameter types. As of Sphinx 2.2.0, Sphinx can do the same thing (it could do the basic removal for a while now but some patterns were not formatted correctly; see this pull request). So we can now remove the second dependency if we update Sphinx to use 2.2.0, at least.The text was updated successfully, but these errors were encountered: