Comment 23 for bug 1693670

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ldappool (master)

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