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.4.0 #329

Merged

Conversation

pyup-bot
Copy link
Contributor

This PR updates sphinx_autodoc_typehints from 1.3.0 to 1.4.0.

Changelog

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

@sobolevn sobolevn merged commit ca28259 into master Nov 10, 2018
@coveralls
Copy link

coveralls commented Nov 10, 2018

Pull Request Test Coverage Report for Build 691

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 688: 0.0%
Covered Lines: 1615
Relevant Lines: 1615

💛 - Coveralls

@sobolevn sobolevn deleted the pyup-update-sphinx_autodoc_typehints-1.3.0-to-1.4.0 branch November 15, 2018 13:18
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

3 participants