Comment 4 for bug 1693670

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

Reviewed: https://review.openstack.org/470673
Committed: https://git.openstack.org/cgit/openstack/neutron-lib/commit/?id=ef21b5798901243ec2eed4ba8af871029c33532d
Submitter: Jenkins
Branch: master

commit ef21b5798901243ec2eed4ba8af871029c33532d
Author: Vu Cong Tuan <email address hidden>
Date: Sun Jun 4 12:27:34 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: I261fc5fecad14dd1e9c37877388bc91d8a18b26d
    Closes-Bug:#1693670