Fix ValueError is raised if LANGUAGE is empty string

This commit is contained in:
Takeshi KOMIYA
2016-02-17 01:13:00 +09:00
parent 423bf7b5e3
commit b780d2207a
3 changed files with 6 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ Bugs fixed
----------
* Remove ``image/gif`` from supported_image_types of LaTeX writer (#2272)
* Fix code-block literals raises highlighting warnings by default
* Fix ValueError is raised if LANGUAGE is empty string
Documentation
-------------