Cue

Comment 41 for bug 1693670

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

Reviewed: https://review.openstack.org/470744
Committed: https://git.openstack.org/cgit/openstack/neutron-specs/commit/?id=38498f40df885f57dea63970ab4354e85511a0c6
Submitter: Jenkins
Branch: master

commit 38498f40df885f57dea63970ab4354e85511a0c6
Author: melissaml <ma.lei@99cloud.net>
Date: Sun Jun 4 19:35:10 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: Ida74c8af2b28124048fcba39cd1f44ce4db3c713
    Closes-Bug:#1693670