Reviewed: https://review.openstack.org/472593 Committed: https://git.openstack.org/cgit/openstack/meteos/commit/?id=64c3f88072288ebce86f42bef22ebc54c90421fd Submitter: Jenkins Branch: master
commit 64c3f88072288ebce86f42bef22ebc54c90421fd Author: pallavi <email address hidden> Date: Fri Jun 9 14:27:08 2017 +0530
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: I119815c687546927a48d829124639b3bed649650 Closes-Bug:#1693670
Reviewed: https:/ /review. openstack. org/472593 /git.openstack. org/cgit/ openstack/ meteos/ commit/ ?id=64c3f880722 88ebce86f42bef2 2ebc54c90421fd
Committed: https:/
Submitter: Jenkins
Branch: master
commit 64c3f88072288eb ce86f42bef22ebc 54c90421fd
Author: pallavi <email address hidden>
Date: Fri Jun 9 14:27:08 2017 +0530
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: I119815c6875469 27a48d829124639 b3bed649650 Bug:#1693670
Closes-