Fix #1784: Provide non-minified JS code in sphinx/search/*.py

This commit is contained in:
shimizukawa
2015-06-08 14:35:01 +08:00
parent a9afcb8831
commit 059a74c51e
33 changed files with 42833 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ Bugs fixed
* #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.
* #1784: Provide non-minified JS code in sphinx/search/*.py
Release 1.3.1 (released Mar 17, 2015)