Comment 2 for bug 1693670

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

Reviewed: https://review.openstack.org/457921
Committed: https://git.openstack.org/cgit/openstack/tacker/commit/?id=4eb91c8fd7ca9db3f615de4dc9cca8f6d472c43d
Submitter: Jenkins
Branch: master

commit 4eb91c8fd7ca9db3f615de4dc9cca8f6d472c43d
Author: rajat29 <email address hidden>
Date: Wed Apr 19 13:54:14 2017 +0530

    Fix doc generation for Python3

    Fix the Sphinx html_last_updated_fmt for Python3.
    The html_last_updated_fmt option is interpeted as a
    byte string in python3, causing Sphinx build to break.
    This patch makes it utf-8 string.

    Closes-Bug:#1693670
    Change-Id: I90aad6b604084c93e493fbb20acff2321104fdea