Fix #3570: autodoc: Do not display typing. module for type hints

This commit is contained in:
Takeshi KOMIYA
2018-01-13 11:23:33 +09:00
parent 12a8d5c0bd
commit 7292386a03
3 changed files with 18 additions and 9 deletions

View File

@@ -67,6 +67,7 @@ Features added
* #4093: sphinx-build creates empty directories for unknown targets/builders
* Add ``top-classes`` option for the ``sphinx.ext.inheritance_diagram``
extension to limit the scope of inheritance graphs.
* #3570: autodoc: Do not display 'typing.' module for type hints
Features removed
----------------