Merge branch '1.7-release' into 4275_update_strftime

This commit is contained in:
Takeshi KOMIYA
2018-01-28 20:13:35 +09:00
committed by GitHub
5 changed files with 11 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ Bugs fixed
* #4472: DOCUMENTATION_OPTIONS is not defined
* #4491: autodoc: prefer _MockImporter over other importers in sys.meta_path
* #4490: autodoc: type annotation is broken with python 3.7.0a4+
* utils package is installed
* #3952: apidoc: module header is too escaped
* #4275: Formats accepted by sphinx.util.i18n.format_date are limited
Testing