Reviewed: https://review.openstack.org/472600 Committed: https://git.openstack.org/cgit/openstack/python-senlinclient/commit/?id=2121b9e27c579d4ee5546202851e38d747bad151 Submitter: Jenkins Branch: master
commit 2121b9e27c579d4ee5546202851e38d747bad151 Author: pallavi <email address hidden> Date: Fri Jun 9 14:48:56 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: I86b87e5672ad367b07d4f1000c5af8649ffcd0d2 Closes-Bug:#1693670
Reviewed: https:/ /review. openstack. org/472600 /git.openstack. org/cgit/ openstack/ python- senlinclient/ commit/ ?id=2121b9e27c5 79d4ee554620285 1e38d747bad151
Committed: https:/
Submitter: Jenkins
Branch: master
commit 2121b9e27c579d4 ee5546202851e38 d747bad151
Author: pallavi <email address hidden>
Date: Fri Jun 9 14:48:56 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: I86b87e5672ad36 7b07d4f1000c5af 8649ffcd0d2 Bug:#1693670
Closes-