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 protected]> 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 ** Changed in: zun Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1693670 Title: Fix doc generation for Python3 Status in Barbican: Fix Released Status in neutron: Fix Released Status in tacker: Fix Released Status in zaqar: Fix Released Status in Zun: Fix Released Bug description: 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. To manage notifications about this bug go to: https://bugs.launchpad.net/barbican/+bug/1693670/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

