Skip to content

Conversation

pyup-bot
Copy link
Collaborator

This PR updates sphinx-autodoc-typehints from 1.8.0 to 1.9.0.

Changelog

1.9.0

=====

* Added support for typing_extensions_
* Added the ``typehints_document_rtype`` option (PR by Simon-Martin Schröder)
* Fixed metaclasses as annotations causing ``TypeError``
* Fixed rendering of ``typing.Literal``
* Fixed OSError when generating docs for SQLAlchemy mapped classes
* Fixed unparametrized generic classes being rendered with their type parameters
(e.g. ``Dict[~KT, ~VT]``)

.. _typing_extensions: https://pypi.org/project/typing-extensions/
Links

@codecov
Copy link

codecov bot commented Oct 25, 2019

Codecov Report

Merging #1086 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #1086   +/-   ##
======================================
  Coverage     100%    100%           
======================================
  Files          13      13           
  Lines         619     619           
  Branches       12      12           
======================================
  Hits          619     619

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 684d0d5...48f39bb. Read the comment docs.

@adamtheturtle adamtheturtle merged commit bc9c497 into master Oct 25, 2019
@adamtheturtle adamtheturtle deleted the pyup-update-sphinx-autodoc-typehints-1.8.0-to-1.9.0 branch November 7, 2019 11:35
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.

2 participants