commit 38498f40df885f57dea63970ab4354e85511a0c6
Author: melissaml <ma.lei@99cloud.net>
Date: Sun Jun 4 19:35:10 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.
Reviewed: https:/ /review. openstack. org/470744 /git.openstack. org/cgit/ openstack/ neutron- specs/commit/ ?id=38498f40df8 85f57dea63970ab 4354e85511a0c6
Committed: https:/
Submitter: Jenkins
Branch: master
commit 38498f40df885f5 7dea63970ab4354 e85511a0c6 99cloud. net>
Author: melissaml <ma.lei@
Date: Sun Jun 4 19:35:10 2017 +0800
Fix doc generation for Python3
Fix the Sphinx html_last_ updated_ fmt for Python3. updated_ fmt option is interpreted as a
The html_last_
byte string in python3, causing Sphinx build to break.
This patch makes it utf-8 string.
Change-Id: Ida74c8af2b2812 4048fcba39cd1f4 4ce4db3c713 Bug:#1693670
Closes-