Reviewed: https://review.openstack.org/470677 Committed: https://git.openstack.org/cgit/openstack/designate/commit/?id=c7b3030d8980c5107a06f0c321c5856642ee8179 Submitter: Jenkins Branch: master
commit c7b3030d8980c5107a06f0c321c5856642ee8179 Author: melissaml <[email protected]> Date: Sun Jun 4 14:07:29 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: Ia8274b7db7ff0f4e45acc778f7061c2add93c65f Closes-Bug:#1693670 ** Changed in: designate 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 Aodh: In Progress Status in Barbican: Fix Released Status in Ceilometer: In Progress Status in Cue: In Progress Status in Designate: Fix Released Status in OpenStack Backup/Restore and DR (Freezer): In Progress Status in Glance: In Progress Status in glance_store: In Progress Status in ldappool: Fix Released Status in Meteos: In Progress Status in neutron: Fix Released Status in oslo.messaging: In Progress Status in OpenStack Security Advisory: In Progress Status in Panko: In Progress Status in python-heatclient: In Progress Status in python-senlinclient: In Progress Status in Python client library for Zaqar: In Progress Status in OpenStack Object Storage (swift): In Progress Status in tacker: Fix Released Status in tempest: In Progress Status in OpenStack DBaaS (Trove): In Progress 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/aodh/+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

