Comment 9 for bug 1693670

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

Reviewed: https://review.openstack.org/472238
Committed: https://git.openstack.org/cgit/openstack/zun/commit/?id=c6861fa915c35f0fe89fa34687861bcb92289e46
Submitter: Jenkins
Branch: master

commit c6861fa915c35f0fe89fa34687861bcb92289e46
Author: pallavi <email address hidden>
Date: Thu Jun 8 17:58:37 2017 +0530

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