Comment 7 for bug 1693670

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

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