
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: I65fabcc43afe80cf30e4555e87d0251b24ab8c65
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: I65fabcc43afe80cf30e4555e87d0251b24ab8c65