Reviewed: https://review.openstack.org/470673 Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=ef21b5798901243ec2eed4ba8af871029c33532d Submitter: Jenkins Branch: master
commit ef21b5798901243ec2eed4ba8af871029c33532d Author: Vu Cong Tuan <email address hidden> Date: Sun Jun 4 12:27:34 2017 +0700
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: I261fc5fecad14dd1e9c37877388bc91d8a18b26d Closes-Bug:#1693670
Reviewed: https:/ /review. openstack. org/470673 /git.openstack. org/cgit/ openstack/ neutron- lib/commit/ ?id=ef21b579890 1243ec2eed4ba8a f871029c33532d
Committed: https:/
Submitter: Jenkins
Branch: master
commit ef21b5798901243 ec2eed4ba8af871 029c33532d
Author: Vu Cong Tuan <email address hidden>
Date: Sun Jun 4 12:27:34 2017 +0700
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: I261fc5fecad14d d1e9c37877388bc 91d8a18b26d Bug:#1693670
Closes-