commit | 60dc7a3a94f28d257257f9d8cfbaa1f7732048b4 | [log] [tgz] |
---|---|---|
author | zhanghongtao <zhanghongtao0826@126.com> | Fri Jun 09 16:28:15 2017 +0800 |
committer | ZhangHongtao <zhanghongtao0826@126.com> | Fri Jun 09 09:21:07 2017 +0000 |
tree | e4e5060a7e7635d21640b8564fcc746c225b0b5c | |
parent | a863236795baee5690abe99c10c19bf5d57af3df [diff] |
Fix html_last_updated_fmt for Python3. html_last_updated_fmt option is interpreted as a byte string in python3, causing Sphinx build to break. This patch makes it utf-8 string. Change-Id: If9104f4b56cd22fed87c596f990350ea877d83b6 Closes-Bug:#1693670