Skip to content
New issue

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

Update sphinx-autodoc-typehints to 1.5.2 #12

Closed

Conversation

pyup-bot
Copy link
Collaborator

@pyup-bot pyup-bot commented Dec 2, 2018

This PR updates sphinx-autodoc-typehints from 1.3.0 to 1.5.2.

Changelog

1.5.2

=====

* Emit a warning instead of crashing when an unresolvable forward reference is encountered in type
annotations

1.5.1

=====

* Fixed escape characters in parameter default values getting lost during signature processing
* Replaced use of the ``config-inited`` event (which inadvertently required Sphinx 1.8) with the
``builder-inited`` event

1.5.0

=====

* The setting of the ``typing.TYPECHECKING`` flag is now configurable using the
``set_type_checking_flag`` option

1.4.0

=====

* The extension now sets ``typing.TYPECHECKING`` to ``True`` during setup to include conditional
imports which may be used in type annotations
* Fixed parameters with trailing underscores (PR by Daniel Knell)
* Fixed KeyError with private methods (PR by Benito Palacios Sánchez)
* Fixed deprecation warning about the use of formatargspec (PR by Y. Somda)
* The minimum Sphinx version is now v1.7.0

1.3.1

=====

* Fixed rendering of generic types outside the typing module (thanks to Tim Poterba for the PR)
Links

@pyup-bot
Copy link
Collaborator Author

Closing this in favor of #15

@pyup-bot pyup-bot closed this Dec 23, 2018
@sjoerdk sjoerdk deleted the pyup-update-sphinx-autodoc-typehints-1.3.0-to-1.5.2 branch December 23, 2018 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant