Comment 42 for bug 1693670

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

Reviewed: https://review.openstack.org/470674
Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=7930f511f05d5842f59008cdc881f9b99b1adf20
Submitter: Jenkins
Branch: master

commit 7930f511f05d5842f59008cdc881f9b99b1adf20
Author: Vu Cong Tuan <email address hidden>
Date: Sun Jun 4 12:30:48 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: I502588bf0ce1fff0be34e9b21ef55be95d2d7bc1
    Closes-Bug:#1693670