Comment 32 for bug 1693670

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

Reviewed: https://review.openstack.org/472580
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=60dc7a3a94f28d257257f9d8cfbaa1f7732048b4
Submitter: Jenkins
Branch: master

commit 60dc7a3a94f28d257257f9d8cfbaa1f7732048b4
Author: zhanghongtao <zhanghongtao0826@126.com>
Date: Fri Jun 9 16:28:15 2017 +0800

    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: If9104f4b56cd22fed87c596f990350ea877d83b6
    Closes-Bug:#1693670