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
Reviewed: https:/ /review. openstack. org/472238 /git.openstack. org/cgit/ openstack/ zun/commit/ ?id=c6861fa915c 35f0fe89fa34687 861bcb92289e46
Committed: https:/
Submitter: Jenkins
Branch: master
commit c6861fa915c35f0 fe89fa34687861b cb92289e46
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: Ie954a0fb0a0eaf 6e23a1bf9a846c4 fd665606acc Bug:#1693670
Closes-