Fix a crash when setting up extensions which do not support metadata

This commit is contained in:
Takeshi KOMIYA
2015-05-17 15:56:10 +09:00
parent 568f91d1bf
commit ccd393734e
2 changed files with 6 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ Bugs fixed
docutils.io.FileInput cause TypeError.
* #1823: '.' as <module_path> for sphinx-apidoc cause an unfriendly error. Now '.'
is converted to absolute path automatically.
* Fix a crash when setting up extensions which do not support metadata
Release 1.3.1 (released Mar 17, 2015)