Reviewed: https://review.openstack.org/470620 Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=a0c2d904fd13aecef3674430164590c965378eb6 Submitter: Jenkins Branch: master
commit a0c2d904fd13aecef3674430164590c965378eb6 Author: Vu Cong Tuan <email address hidden> Date: Sat Jun 3 18:44:56 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: I5f529e5f15341e28b257cd42766e66390469d3f6 Closes-Bug:#1693670
Reviewed: https:/ /review. openstack. org/470620 /git.openstack. org/cgit/ openstack/ barbican/ commit/ ?id=a0c2d904fd1 3aecef367443016 4590c965378eb6
Committed: https:/
Submitter: Jenkins
Branch: master
commit a0c2d904fd13aec ef3674430164590 c965378eb6
Author: Vu Cong Tuan <email address hidden>
Date: Sat Jun 3 18:44:56 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: I5f529e5f15341e 28b257cd42766e6 6390469d3f6 Bug:#1693670
Closes-