Fix #3952: apidoc: module header is too escaped

This commit is contained in:
Takeshi KOMIYA
2018-01-28 18:58:58 +09:00
parent 01caa52355
commit 321b3d49cb
3 changed files with 7 additions and 2 deletions

View File

@@ -26,6 +26,7 @@ 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+
* #3952: apidoc: module header is too escaped
Testing
--------