Comment 5 for bug 1693670

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

Reviewed: https://review.openstack.org/470666
Committed: https://git.openstack.org/cgit/openstack/neutron-fwaas/commit/?id=fb262da62b33dc85b167f0ea0094bfe46f283962
Submitter: Jenkins
Branch: master

commit fb262da62b33dc85b167f0ea0094bfe46f283962
Author: Vu Cong Tuan <email address hidden>
Date: Sun Jun 4 11:58:00 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: I71c8b7830aa8dd8a26b39be5deadcd40232b4d6b
    Closes-Bug:#1693670