Reviewed: https://review.openstack.org/472604 Committed: https://git.openstack.org/cgit/openstack/ldappool/commit/?id=68d46529c6b39292b10bf19108a0ca79fa2e79a7 Submitter: Jenkins Branch: master
commit 68d46529c6b39292b10bf19108a0ca79fa2e79a7 Author: pallavi <email address hidden> Date: Fri Jun 9 15:03:59 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: I896d6d962e4c7f932bc7e0a566a3b47205be61fb Closes-Bug:#1693670
Reviewed: https:/ /review. openstack. org/472604 /git.openstack. org/cgit/ openstack/ ldappool/ commit/ ?id=68d46529c6b 39292b10bf19108 a0ca79fa2e79a7
Committed: https:/
Submitter: Jenkins
Branch: master
commit 68d46529c6b3929 2b10bf19108a0ca 79fa2e79a7
Author: pallavi <email address hidden>
Date: Fri Jun 9 15:03:59 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: I896d6d962e4c7f 932bc7e0a566a3b 47205be61fb Bug:#1693670
Closes-