From d36d65bbec37d42032bde81c4227e2fa1dc9d351 Mon Sep 17 00:00:00 2001 From: Sharat Sharma Date: Wed, 5 Oct 2016 10:40:16 +0530 Subject: [PATCH] Added the # -*- coding: utf-8 -*- to the conf.py Python will default to ASCII as standard encoding if no other encoding hints are given. So, adding the # -*- coding: utf-8 -*- Change-Id: I22371a5f9e9d024eabc4bbdaef7c86648820b014 --- doc/source/conf.py | 1 + releasenotes/source/conf.py | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/source/conf.py b/doc/source/conf.py index 622483d3..ec4934b9 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Mistral documentation build configuration file, created by # sphinx-quickstart on Fri Nov 1 02:06:28 2013. # diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 00ae8a74..aac25ab8 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain # a copy of the License at