Comment 27 for bug 1693670

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

Reviewed: https://review.openstack.org/470677
Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=c7b3030d8980c5107a06f0c321c5856642ee8179
Submitter: Jenkins
Branch: master

commit c7b3030d8980c5107a06f0c321c5856642ee8179
Author: melissaml <ma.lei@99cloud.net>
Date: Sun Jun 4 14:07:29 2017 +0800

    Fix doc generation for Python3

    Fix the Sphinx html_last_updated_fmt for Python3.
    The 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: Ia8274b7db7ff0f4e45acc778f7061c2add93c65f
    Closes-Bug:#1693670