Reviewed: https://review.openstack.org/470620 Committed: https://git.openstack.org/cgit/openstack/barbican/commit/?id=a0c2d904fd13aecef3674430164590c965378eb6 Submitter: Jenkins Branch: master
commit a0c2d904fd13aecef3674430164590c965378eb6 Author: Vu Cong Tuan <[email protected]> Date: Sat Jun 3 18:44:56 2017 +0700 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: I5f529e5f15341e28b257cd42766e66390469d3f6 Closes-Bug:#1693670 ** Changed in: barbican 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 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

